Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOsiris committed Dec 30, 2024
1 parent 7295440 commit aebb1d9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/run-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,21 @@ jobs:
runs-on: ubuntu-22.04-32core
steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- uses: taiki-e/install-action@just
- uses: dtolnay/rust-toolchain@stable

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Show Forge version
run: |
forge --version
- name: Setup Kurtosis
run: |
echo "deb [trusted=yes] https://apt.fury.io/kurtosis-tech/ /" | sudo tee /etc/apt/sources.list.d/kurtosis.list
Expand Down

0 comments on commit aebb1d9

Please sign in to comment.