Skip to content

Commit bba926e

Browse files
authored
Fix GitHub pages workflow
We should be using the stable rust toolchain
1 parent c99cb31 commit bba926e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Rust
3737
uses: dtolnay/rust-toolchain@master
3838
with:
39-
toolchain: "1.71.1"
39+
toolchain: stable
4040
- name: Install doxygen and dependencies
4141
run: |
4242
sudo apt-get update

0 commit comments

Comments
 (0)