Skip to content

Commit

Permalink
ci: exec VsDevCmd.bat on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kubkon committed May 8, 2024
1 parent c7c3c09 commit e0c486b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

windows:
name: Test Windows
runs-on: windows-latest
runs-on: windows-2022
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v3
Expand All @@ -31,7 +31,10 @@ jobs:
version: master
- run: zig version
- run: zig fmt --check src
- run: zig build test -Dhas-zig
- run:
shell: cmd
${{ '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat"' }}
zig build test -Dhas-zig

macos_11:
name: Test macos 11.0
Expand Down

0 comments on commit e0c486b

Please sign in to comment.