Skip to content

Commit

Permalink
wip: missed a sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chickensoupwithrice committed Jun 14, 2024
1 parent cf9a5e1 commit 35838c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

chmod +x sg
- name: Update apt
run: sudo apt update && apt upgrade -y
run: sudo apt update && sudo apt upgrade -y
- name: Install dependencies
run: sudo apt-get install libpcre3-dev libev4 -y
- name: Install Comby
Expand Down

0 comments on commit 35838c3

Please sign in to comment.