Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
veganaize authored Oct 6, 2024
1 parent 7664d36 commit 8e8b538
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: set environment
run: "C:\\Progra~2\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Auxiliary\\Build\\vcvars32.bat"
#run: "C:\\Progra~2\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Auxiliary\\Build\\vcvars32.bat"
run: dir c:\progra~2
- name: build project
run: cl.exe main.c hd.c /Fehd.exe
# - name: configure
Expand Down

0 comments on commit 8e8b538

Please sign in to comment.