We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9645ce8 + 5723c5e commit 2e45009Copy full SHA for 2e45009
.github/workflows/compilation.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install dependencies Alpine
20
if: matrix.os[0] == 'alpine'
21
run: |
22
- apk add build-base bash git autoconf automake python3 py3-pip cmake pkgconfig libarchive-dev openssl-dev gpgme-dev libtool
+ apk add --no-cache build-base bash git autoconf automake python3 py3-pip cmake pkgconfig libarchive-dev openssl-dev gpgme-dev libtool
23
24
- name: Install dependencies Fedora
25
if: matrix.os[0] == 'fedora'
@@ -47,6 +47,7 @@ jobs:
47
- name: Install on Ubuntu
48
if: matrix.os[0] == 'ubuntu-latest'
49
50
+ sudo apt-get update
51
sudo apt-get -y install libarchive-dev libcurl4 libcurl4-openssl-dev libssl-dev libarchive-dev libgpgme-dev
52
echo "MSYSTEM=x64" >> $GITHUB_ENV
53
0 commit comments