Skip to content

Commit

Permalink
fix(ci): remove sudo from test
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Mar 25, 2023
1 parent fc20e1d commit 78c313f
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 @@ -31,7 +31,7 @@ jobs:
- name: Test
run: |
sudo ./alpkg init --packager "Your Name <[email protected]>" --aports "https://gitlab.alpinelinux.org/alpine/aports"
./alpkg init --packager "Your Name <[email protected]>" --aports "https://gitlab.alpinelinux.org/alpine/aports"
lint:
name: Lint
Expand Down

0 comments on commit 78c313f

Please sign in to comment.