Skip to content

Commit

Permalink
fix: gcc -> clang
Browse files Browse the repository at this point in the history
  • Loading branch information
iWas-Coder committed Jul 19, 2024
1 parent 4a28662 commit cd1e865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
languages: c-cpp
- name: test
run: |
gcc -I test/include -I . -std=c99 test/src/* -o test/carbon
clang -I test/include -I . -std=c99 test/src/* -o test/carbon
./test/carbon
- name: test-results-report
if: ${{ always() }}
Expand Down

0 comments on commit cd1e865

Please sign in to comment.