Skip to content

Commit

Permalink
no need for sudo here
Browse files Browse the repository at this point in the history
  • Loading branch information
muhamadazmy committed Oct 17, 2023
1 parent ffe8604 commit 26a54a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bin-package-18.04.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
- name: Setup basesystem
run: |
cd bins
sudo -E ./bins-extra.sh --package basesystem
./bins-extra.sh --package basesystem
- name: Build package (${{ inputs.package }})
id: package
run: |
cd bins
sudo -E ./bins-extra.sh --package ${{ inputs.package }}
./bins-extra.sh --package ${{ inputs.package }}
- name: Publish flist (tf-autobuilder, ${{ steps.package.outputs.name }})
if: success()
uses: threefoldtech/publish-flist@master
Expand Down

0 comments on commit 26a54a0

Please sign in to comment.