Skip to content

Commit

Permalink
revert fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikix committed Nov 6, 2024
1 parent 9e7972b commit 9388b4f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/e2e-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: false
- name: Checkout specific tag for Kakarot submodule
run: |
git submodule update --init
cd lib/kakarot
git fetch --tags
git checkout v0.9.6
submodules: recursive
- name: install foundry
uses: foundry-rs/foundry-toolchain@v1
with:
Expand Down

0 comments on commit 9388b4f

Please sign in to comment.