Skip to content

Commit 5b0353e

Browse files
committed
no sudo for gcc runner for some reason
1 parent 0b21a03 commit 5b0353e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-gcc-deb-packages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
4343
- name: Bootstrap container
4444
run: |
45-
sudo apt-get update
46-
sudo apt-get install -y ruby build-essential jq curl gzip sudo git gnupg tar zstd
47-
sudo apt-get upgrade -y
48-
sudo gem install --no-document fpm
45+
apt-get update
46+
apt-get install -y ruby build-essential jq curl gzip sudo git gnupg tar zstd
47+
apt-get upgrade -y
48+
gem install --no-document fpm
4949
5050
- name: Install composer
5151
run: |

0 commit comments

Comments
 (0)