mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 01:38:32 +00:00
ci: pin forge version when installing it (#243)
In this PR, we pin the forge version use in the linter task. When forge make a new release it brokes the linter task. In the future we can update the forge version explicitly. --------- Co-authored-by: Ahmad Kaouk <56095276+ahmadkaouk@users.noreply.github.com>
This commit is contained in:
parent
908a2a7ed5
commit
4eca467514
1 changed files with 2 additions and 0 deletions
2
.github/workflows/task-foundry-tests.yml
vendored
2
.github/workflows/task-foundry-tests.yml
vendored
|
|
@ -31,6 +31,8 @@ jobs:
|
|||
|
||||
- name: Install Foundry
|
||||
uses: foundry-rs/foundry-toolchain@v1
|
||||
with:
|
||||
version: v1.4.3
|
||||
|
||||
- name: Cache Foundry libraries
|
||||
uses: actions/cache@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue