Skip to content

Commit 6ea766f

Browse files
committed
chore(ci): precompile in docker containers
Signed-off-by: Cocoa <[email protected]>
1 parent 3175caa commit 6ea766f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux-precompile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
alias sudo=`which sudo`
3737
$sudo apt-get update
3838
$sudo apt-get install -y \
39-
build-essential automake autoconf pkg-config wget \
39+
build-essential automake autoconf pkg-config wget curl \
4040
bc m4 unzip zip gcc g++ ca-certificates libssl-dev
4141
4242
- uses: erlef/setup-beam@v1
@@ -101,7 +101,7 @@ jobs:
101101
alias sudo=`which sudo`
102102
$sudo apt-get update
103103
$sudo apt-get install -y \
104-
build-essential automake autoconf pkg-config wget \
104+
build-essential automake autoconf pkg-config wget curl \
105105
bc m4 unzip zip gcc g++ ca-certificates libssl-dev
106106
107107
- uses: erlef/setup-beam@v1

0 commit comments

Comments
 (0)