Skip to content

Commit

Permalink
precompile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexR2D2 committed Oct 16, 2023
1 parent 5089044 commit eadf441
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/precompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
arch: x64

- name: Install system dependencies
if: matrix.os == 'ubuntu-20.04'
if: matrix.os == 'ubuntu20'
run: |
sudo apt-get update
sudo apt-get install -y build-essential automake autoconf pkg-config bc m4 unzip zip wget \
Expand All @@ -74,7 +74,7 @@ jobs:
gcc-s390x-linux-gnu g++-s390x-linux-gnu
- name: Get musl cross-compilers
if: matrix.os == 'ubuntu-20.04'
if: matrix.os == 'ubuntu20'
run: |
for musl_arch in x86_64 aarch64 riscv64
do
Expand All @@ -88,7 +88,7 @@ jobs:
if [ "${{ matrix.os }}" = "macos-11" ]; then
export ELIXIR_VER=1.14.3
export PATH="${HOME}/.elixir/v${ELIXIR_VER}/bin:${PATH}"
elif [ "${{ matrix.os }}" = "ubuntu-20.04" ]; then
elif [ "${{ matrix.os }}" = "ubuntu20" ]; then
for musl_arch in x86_64 aarch64 riscv64
do
export PATH="$(pwd)/${musl_arch}-linux-musl-cross/bin:${PATH}"
Expand Down

0 comments on commit eadf441

Please sign in to comment.