mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-21 04:31:35 +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
|
||||
run: |
|
||||
rustup toolchain install 1.70 --profile minimal --no-self-update
|
||||
rustup default 1.70
|
||||
rustup toolchain install stable --profile minimal --no-self-update
|
||||
rustup default stable
|
||||
rustup target add wasm32-unknown-unknown
|
||||
|
||||
- uses: jetli/wasm-bindgen-action@v0.2.0
|
||||
@ -35,8 +35,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
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 --version 1.22.0
|
||||
cargo install just
|
||||
|
||||
- name: Make build directory
|
||||
run: mkdir build
|
||||
|
Loading…
Reference in New Issue
Block a user