Skip to content

Commit

Permalink
fix(ci): change install location
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Mar 25, 2023
1 parent f51a0c0 commit fc20e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
wget https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.14.0/alpine-chroot-install
echo 'ccbf65f85cdc351851f8ad025bb3e65bae4d5b06 alpine-chroot-install' | sha1sum -c || exit 1
cp alpine-chroot-install ~/.local/bin/
cp alpine-chroot-install /usr/local/bin
- name: Test
run: |
Expand Down

0 comments on commit fc20e1d

Please sign in to comment.