Skip to content

Commit

Permalink
fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhnguyen-aws committed Nov 27, 2024
1 parent 04ec3bd commit 6162531
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,12 @@ jobs:
rm get-pip.py
- name: Checkout Kani
run: git clone https://github.com/model-checking/kani/
run: |
git init .
git remote add origin model-checking/kani
git fetch --depth 1 origin
git checkout main
git submodule update --init --recursive --depth 1
- name: Setup Kani Dependencies
uses: ./.github/actions/setup
Expand Down

0 comments on commit 6162531

Please sign in to comment.