Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
fix submodule pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikix committed Nov 6, 2024
1 parent adc967a commit 9e7972b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/e2e-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
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
- name: install foundry
uses: foundry-rs/foundry-toolchain@v1
with:
Expand Down

0 comments on commit 9e7972b

Please sign in to comment.