Skip to content

Commit 8a6a025

Browse files
committed
Add 'git checkout' to working state of repo
1 parent 042e2f5 commit 8a6a025

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ jobs:
197197
options: --rm -v ${{ github.workspace }}:/apps
198198
run: |
199199
cd /apps/app-starknet
200+
git checkout 911c28953d0f14859639cafa750f3d00e94a1be3
201+
git switch -c working-state
200202
cargo clean
201203
cargo ledger build nanox
202204

0 commit comments

Comments
 (0)