Skip to content

Commit

Permalink
Fix up GitHub pages action file
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed May 21, 2024
1 parent 1177bbb commit 15e3f8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
with:
ruby-version: "3.2"
bundler-cache: true
- name: Set up Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.71.1"
- name: Set up Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.71.1"
- name: Install doxygen and dependencies
run: |
sudo apt-get update
Expand Down

0 comments on commit 15e3f8e

Please sign in to comment.