Skip to content

Commit bbf7c29

Browse files
committed
Add 'git checkout' to working state of repo
1 parent 54076da commit bbf7c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
options: --rm -v ${{ github.workspace }}:/apps
198198
run: |
199199
cd /apps/app-starknet
200-
git checkout 9ff80d763235482860120a8350da8b032e3b6473
200+
git switch 9ff80d763235482860120a8350da8b032e3b6473
201201
cargo clean
202202
cargo ledger build nanox
203203

0 commit comments

Comments
 (0)