Skip to content

Commit

Permalink
Fix commit checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
shvchk committed Dec 5, 2023
1 parent fd3adf3 commit c187787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
git config --global --add safe.directory '*'
git clone -b "$PADAVAN_BRANCH" "$PADAVAN_REPO"
git checkout "$PADAVAN_COMMIT"
git -C padavan-ng checkout "$PADAVAN_COMMIT"
wget -qO- "$PADAVAN_TOOLCHAIN_URL" | tar -C padavan-ng --zstd -xf -
- name: Install themes
Expand Down

0 comments on commit c187787

Please sign in to comment.