Try to force different toolchains

This commit is contained in:
Maximilian Ammann 2022-04-22 22:36:50 +02:00
parent 704bb25818
commit 3ede57b6ce
4 changed files with 7 additions and 0 deletions

View File

@ -9,6 +9,8 @@ runs:
shell: bash
run: just nightly-toolchain
- uses: Swatinem/rust-cache@v1
with:
toolchain: nightly
- name: Build
shell: bash
run: just build-apk

View File

@ -9,6 +9,8 @@ runs:
shell: bash
run: just nightly-toolchain
- uses: Swatinem/rust-cache@v1
with:
toolchain: nightly
- name: Build
shell: bash
run: just webpack-webgl-production

View File

@ -9,6 +9,8 @@ runs:
shell: bash
run: just nightly-toolchain
- uses: Swatinem/rust-cache@v1
with:
toolchain: nightly
- name: Build
shell: bash
run: just webpack-production

View File

@ -29,6 +29,7 @@ default-toolchain:
nightly-toolchain:
rustup install $NIGHTLY_TOOLCHAIN
rustup component add rust-src --toolchain $NIGHTLY_TOOLCHAIN
rustup override set $NIGHTLY_TOOLCHAIN
webpack-webgl-production: nightly-toolchain
cd web/web && npm install && npm run webgl-production-build