Skip to content

Commit

Permalink
ci: Pin to nightly-2024-01-12 temporarily
Browse files Browse the repository at this point in the history
With `nightly-2024-01-18` something breaks and trunk fails to build.
This should be temporary.
  • Loading branch information
ja-he committed Jan 18, 2024
1 parent f4356e0 commit 79550ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ jobs:

# Install Rust Nightly Toolchain, with Clippy & Rustfmt
- name: Install nightly Rust
uses: dtolnay/rust-toolchain@nightly
uses: dtolnay/rust-toolchain@master
with:
components: clippy, rustfmt
toolchain: nightly-2024-01-12

- name: Add WASM target
run: rustup target add wasm32-unknown-unknown
Expand Down

0 comments on commit 79550ad

Please sign in to comment.