Skip to content

Commit

Permalink
fix uwp builds
Browse files Browse the repository at this point in the history
  • Loading branch information
korejan committed Dec 28, 2024
1 parent a0727c0 commit 13a20ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -792,8 +792,8 @@ jobs:
# Fetch alxr-engine submodule.
git submodule update --init --recursive
Start-Process -FilePath .\alvr\openxr-client\alxr-client\uwp\install_uwp_toolchain.bat -Wait -NoNewWindow
rustup toolchain install nightly-2024-07-19
rustup component add rust-src --toolchain nightly-2024-07-19-x86_64-pc-windows-msvc
rustup toolchain install nightly
rustup component add rust-src --toolchain nightly-x86_64-pc-windows-msvc
rustup update
cargo xtask bump-alxr-versions --nightly
Expand Down Expand Up @@ -852,8 +852,8 @@ jobs:
# Fetch alxr-engine submodule.
git submodule update --init --recursive
Start-Process -FilePath .\alvr\openxr-client\alxr-client\uwp\install_uwp_toolchain.bat -Wait -NoNewWindow
rustup toolchain install nightly-2024-07-19
rustup component add rust-src --toolchain nightly-2024-07-19-x86_64-pc-windows-msvc
rustup toolchain install nightly
rustup component add rust-src --toolchain nightly-x86_64-pc-windows-msvc
rustup update
cargo xtask bump-alxr-versions --nightly
Expand Down

0 comments on commit 13a20ca

Please sign in to comment.