mirror of
https://github.com/transistorfet/moa.git
synced 2025-02-06 21:30:11 +00:00
Switched docs deploy to use stable rustc instead of MSRV
This commit is contained in:
parent
66acc02b7c
commit
5cd1111fc7
7
.github/workflows/deploy-docs.yaml
vendored
7
.github/workflows/deploy-docs.yaml
vendored
@ -23,8 +23,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Select rust version
|
- name: Select rust version
|
||||||
run: |
|
run: |
|
||||||
rustup toolchain install 1.70 --profile minimal --no-self-update
|
rustup toolchain install stable --profile minimal --no-self-update
|
||||||
rustup default 1.70
|
rustup default stable
|
||||||
rustup target add wasm32-unknown-unknown
|
rustup target add wasm32-unknown-unknown
|
||||||
|
|
||||||
- uses: jetli/wasm-bindgen-action@v0.2.0
|
- uses: jetli/wasm-bindgen-action@v0.2.0
|
||||||
@ -35,8 +35,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y alsa-base libasound2-dev libxkbcommon-dev
|
sudo apt-get install -y alsa-base libasound2-dev libxkbcommon-dev
|
||||||
# NOTE version here is pinned because it must be compilable with MSRV
|
cargo install just
|
||||||
cargo install just --version 1.22.0
|
|
||||||
|
|
||||||
- name: Make build directory
|
- name: Make build directory
|
||||||
run: mkdir build
|
run: mkdir build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user