Skip to content

Commit 9b303dc

Browse files
committed
wip
1 parent 86dd858 commit 9b303dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/install-swift/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ runs:
66
steps:
77
- name: Install apt dependencies
88
run: |
9-
apt-get -qq update
10-
apt-get -qq -y install curl gpg binutils git unzip gnupg2 libc6-dev \
9+
sudo apt-get -qq update
10+
sudo apt-get -qq -y install curl gpg binutils git unzip gnupg2 libc6-dev \
1111
libcurl4-openssl-dev libedit2 libgcc-13-dev libpython3-dev \
1212
libstdc++-13-dev libxml2-dev libncurses-dev libz3-dev pkg-config \
1313
tzdata zlib1g-dev

0 commit comments

Comments
 (0)