Skip to content

Commit

Permalink
fix MSVC output name
Browse files Browse the repository at this point in the history
  • Loading branch information
gau-nernst committed Oct 29, 2023
1 parent f83e430 commit 6e6e44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ilammy/msvc-dev-cmd@v1
- run: cl tiff.c main.c && ./main
- run: cl main.c tiff.c && ./main

0 comments on commit 6e6e44d

Please sign in to comment.