Skip to content

Commit

Permalink
wip: add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chickensoupwithrice committed Jun 14, 2024
1 parent fbd6487 commit cf9a5e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:

chmod +x sg
- name: Update apt
run: apt update && apt upgrade -y
run: sudo apt update && apt upgrade -y
- name: Install dependencies
run: apt-get install libpcre3-dev libev4 -y
run: sudo apt-get install libpcre3-dev libev4 -y
- name: Install Comby
run: bash <(curl -sL get-comby.netlify.app)
- name: Install gh
run: apt install gh
run: sudo apt install gh
- name: Run sg
run: ./sg release create --version=auto --inputs=server=auto --pretend
env:
Expand Down

0 comments on commit cf9a5e1

Please sign in to comment.