Skip to content

Commit

Permalink
fix(ci): pin kurtosis version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaatif committed Oct 30, 2024
1 parent a0cc81d commit 7f83d19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jerigon-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
echo "deb [trusted=yes] https://apt.fury.io/kurtosis-tech/ /" | sudo tee /etc/apt/sources.list.d/kurtosis.list
sudo apt update
sudo apt install kurtosis-cli
sudo apt install kurtosis-cli=1.3.1
#It is much easier to use cast tool in scripts so install foundry
- name: Install Foundry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jerigon-zero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
echo "deb [trusted=yes] https://apt.fury.io/kurtosis-tech/ /" | sudo tee /etc/apt/sources.list.d/kurtosis.list
sudo apt update
sudo apt install kurtosis-cli
sudo apt install kurtosis-cli=1.3.1
#It is much easier to use cast tool in scripts so install foundry
- name: Install Foundry
Expand Down

0 comments on commit 7f83d19

Please sign in to comment.