Skip to content

Commit

Permalink
add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
ksentak committed Aug 22, 2024
1 parent c6cf42e commit 7d62e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
dpkg
- name: Add toolchain for GCC 9
run: sudo add-apt-repository ppa:ubuntu-toolchain-r/test && apt-get update
run: sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y && sudo apt-get update

- name: Install cross compilation tools
run: |
Expand Down

0 comments on commit 7d62e4f

Please sign in to comment.