Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Jul 20, 2023
1 parent 43058c4 commit 16525a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: actions/checkout@v3
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
# https://github.com/foundry-rs/foundry/issues/3440#issuecomment-1641853058
version: nightly-cc5637a979050c39b3d06bc4cc6134f0591ee8d0
- name: Generate docs
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/slither.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
# I found the installer flakey on CI.
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
# https://github.com/foundry-rs/foundry/issues/3440#issuecomment-1641853058
version: nightly-cc5637a979050c39b3d06bc4cc6134f0591ee8d0
- name: Use Node.js
Expand Down

0 comments on commit 16525a4

Please sign in to comment.