Skip to content

Commit

Permalink
Specify stable rust toolchain for pages workflow
Browse files Browse the repository at this point in the history
I had pasted this on the wrong line last commit
  • Loading branch information
vcfxb committed Mar 23, 2024
1 parent a4f3733 commit e4cf5b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
# Use stable Rust toolchain
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
steps:
- uses: actions/checkout@v4
# Use stable Rust toolchain
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install LLVM
# See: https://apt.llvm.org/
# Last line: https://gitlab.com/taricorp/llvm-sys.rs/-/issues/13
Expand Down

0 comments on commit e4cf5b7

Please sign in to comment.