Skip to content

Commit

Permalink
c/check-log-behavior: Tweak github action
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Jun 5, 2024
1 parent c22ca29 commit 97bb49e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_log_behavior.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Compile and run
run: |
clang version
clang --version
cd c/check-log-behavior
clang-cl main.c -lm -o main.exe
clang-cl main.c -o main.exe
./main.exe

0 comments on commit 97bb49e

Please sign in to comment.