File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 fail-fast : false
1616 matrix :
17- os : [ ubuntu-latest ] # , windows-latest, macos-latest ]
17+ os : [ ubuntu-latest , windows-latest] # , macos-latest ]
1818 rust : [ stable, beta, nightly ]
1919 runs-on : ${{ matrix.os }}
2020 steps :
6262 run : |
6363 $SDK_VERSION = Invoke-RestMethod -Uri https://vulkan.lunarg.com/sdk/latest/windows.txt
6464 Invoke-WebRequest -Uri https://sdk.lunarg.com/sdk/download/$SDK_VERSION/windows/vulkan_sdk.exe -OutFile vulkan_sdk.exe
65- Start-Process -FilePath vulkan_sdk.exe -ArgumentList "/S /quiet " -Wait
65+ Start-Process -FilePath " vulkan_sdk.exe" -ArgumentList "in", "--al", "--confirm-command " -Wait
6666
6767 - run : cargo build --verbose --workspace --all-targets
6868 - run : cargo check --verbose --workspace --all-targets
9090 if : ${{ github.event_name == 'push' && matrix.rust == 'stable' }}
9191 id : deployment
9292 uses : actions/deploy-pages@v4
93-
93+
You can’t perform that action at this time.
0 commit comments