Skip to content

Commit

Permalink
call vcvars64.bat b/f windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
moiSentineL authored Aug 9, 2024
1 parent aac35e8 commit 2c56e22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:

- name: Compile (Windows)
if: runner.os == 'Windows'
run: cl.exe /LD /Fe${{ matrix.output }} flomo/session_id.c
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
cl.exe /LD /Fe${{ matrix.output }} flomo/session_id.c
- name: Upload artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 2c56e22

Please sign in to comment.