We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86dd858 commit 9b303dcCopy full SHA for 9b303dc
.github/actions/install-swift/action.yml
@@ -6,8 +6,8 @@ runs:
6
steps:
7
- name: Install apt dependencies
8
run: |
9
- apt-get -qq update
10
- apt-get -qq -y install curl gpg binutils git unzip gnupg2 libc6-dev \
+ sudo apt-get -qq update
+ sudo apt-get -qq -y install curl gpg binutils git unzip gnupg2 libc6-dev \
11
libcurl4-openssl-dev libedit2 libgcc-13-dev libpython3-dev \
12
libstdc++-13-dev libxml2-dev libncurses-dev libz3-dev pkg-config \
13
tzdata zlib1g-dev
0 commit comments