There was an error while loading. Please reload this page.
1 parent 36ac802 commit ab1b84aCopy full SHA for ab1b84a
1 file changed
.github/workflows/release.yml
@@ -26,6 +26,7 @@ jobs:
26
# elixir-version: ${{ env.ELIXIR_VERSION }}
27
- name: Install system dependencies
28
run: |
29
+ export DEBIAN_FRONTEND=noninteractive
30
apt-get update
31
apt-get install -y build-essential automake autoconf pkg-config bc m4 unzip zip \
32
gcc g++ \
0 commit comments