Skip to content

Commit

Permalink
hw2 with include curl
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Nov 11, 2024
1 parent 9c15685 commit 2ac0a0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
# set PATH=%PATH%;C:%HOMEPATH%\.vmodules\vibe\curl\libcurl\bin
# echo %PATH%
# gcc -o example example.c "libcurl/bin/libcurl-x64.dll" -Ilibcurl/include
- run: gcc -o example example.c "libcurl/bin/libcurl-x64.dll" -Ilibcurl/include
# - run: gcc -o example example.c "libcurl/bin/libcurl-x64.dll" -Ilibcurl/include
- run: gcc -o hw2 hw.c "libcurl/bin/libcurl-x64.dll" -Ilibcurl/include && ./hw2.exe
- run: ls
- run: ./example.exe

0 comments on commit 2ac0a0e

Please sign in to comment.