We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3175caa commit 6ea766fCopy full SHA for 6ea766f
1 file changed
.github/workflows/linux-precompile.yml
@@ -36,7 +36,7 @@ jobs:
36
alias sudo=`which sudo`
37
$sudo apt-get update
38
$sudo apt-get install -y \
39
- build-essential automake autoconf pkg-config wget \
+ build-essential automake autoconf pkg-config wget curl \
40
bc m4 unzip zip gcc g++ ca-certificates libssl-dev
41
42
- uses: erlef/setup-beam@v1
@@ -101,7 +101,7 @@ jobs:
101
102
103
104
105
106
107
0 commit comments