refactor: update configuration and initialization for Zen application

This commit is contained in:
mr. M
2025-03-26 23:28:30 +01:00
parent daf6d6aea8
commit c3e33fa7f3
8 changed files with 59 additions and 30 deletions

View File

@@ -177,7 +177,7 @@ jobs:
if: ${{ !(inputs.generate-gpo && matrix.arch == 'aarch64') }}
run: |
cd engine/
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.81
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.82
source $HOME/.cargo/env
if test "${{ matrix.arch }}" = "aarch64"; then
rustup target add aarch64-pc-windows-msvc