Skip to content

Commit

Permalink
fix(ci): update installation path
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Mar 25, 2023
1 parent 21ce48c commit c363f21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ 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 /usr/local/bin
cp alpine-chroot-install /usr/bin
- name: Test
shell: bash
run: |
export PATH=$PATH:/usr/local/bin
./alpkg init --packager "Your Name <[email protected]>" --aports "https://gitlab.alpinelinux.org/alpine/aports"
lint:
Expand Down

0 comments on commit c363f21

Please sign in to comment.