Skip to content

Commit

Permalink
Switched docs deploy to use stable rustc instead of MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
transistorfet committed Mar 17, 2024
1 parent 66acc02 commit 5cd1111
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand All @@ -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
Expand Down

0 comments on commit 5cd1111

Please sign in to comment.