Skip to content

Commit

Permalink
set MSVC paths
Browse files Browse the repository at this point in the history
  • Loading branch information
schell committed Jan 12, 2025
1 parent b0b70e0 commit 3aa0ec3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@ jobs:
if: runner.os == 'Windows'
run: |
git config --system core.longpaths true
- name: Set MSBuild version
id: set-msbuild
if: runner.os == 'Windows'
uses: microsoft/[email protected]
with:
msbuild-architecture: x64
- name: Check msbuild path
if: runner.os == 'Windows'
run: echo "MSVS_PATH=$(Resolve-Path -Path '${{ steps.set-msbuild.outputs.msbuildPath }}\..\..\..\..' | Select -ExpandProperty 'Path')" >> $env:GITHUB_ENV
- run: cargo gpu show commitsh
- run: rm -rf crates/renderling/src/linkage/* crates/renderling/shaders
- run: cargo xtask compile-shaders
Expand Down

0 comments on commit 3aa0ec3

Please sign in to comment.