Skip to content

Commit

Permalink
dont install as root
Browse files Browse the repository at this point in the history
  • Loading branch information
radiosilence committed Mar 15, 2024
1 parent a03ecaf commit f02e6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: docker/setup-qemu-action@v3
- name: Set up OPS
run: |
curl https://ops.city/get.sh -sSfL | sudo sh
curl https://ops.city/get.sh -sSfL | sh
- name: Login
run: |
ops pkg login ${{ secrets.OPS_KEY }}
Expand Down

0 comments on commit f02e6cd

Please sign in to comment.