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 97bb49e commit 5884759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_log_behavior.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
run: |
clang --version
cd c/check-log-behavior
clang-cl main.c -o main.exe
clang-cl -m64 main.c -o main.exe
./main.exe

0 comments on commit 5884759

Please sign in to comment.