Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit f9df844

Browse files
committed
Fix circleci config file
1 parent 5c25151 commit f9df844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- checkout
99
- run: apt update && apt -y install git gcc clang cmake libcriterion-dev
10-
- run: chmod +x .circleci/build_and_test.sh
10+
- run: chmod +x .circleci/build_and_tests.sh
1111

1212
fedoraLatestStable:
1313
docker:

0 commit comments

Comments
 (0)