File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 strategy :
1717 matrix :
1818 platform :
19- - { os: ubuntu-latest , target: x86_64-unknown-linux-musl }
19+ - { os: ubuntu-22.04 , target: x86_64-unknown-linux-musl }
2020 - { os: macos-latest, target: aarch64-apple-darwin }
2121
2222 runs-on : ${{ matrix.platform.os }}
@@ -43,11 +43,11 @@ jobs:
4343 run : rustup target add aarch64-apple-darwin
4444
4545 - name : Add musl target
46- if : matrix.platform.os == 'ubuntu-latest '
46+ if : matrix.platform.os == 'ubuntu-22.04 '
4747 run : rustup target add x86_64-unknown-linux-musl
4848
4949 - name : Install deps for musl build
50- if : matrix.platform.os == 'ubuntu-latest '
50+ if : matrix.platform.os == 'ubuntu-22.04 '
5151 run : |
5252 sudo apt-get update
5353 sudo apt-get install -y musl-tools clang build-essential curl llvm-dev libclang-dev linux-headers-generic libsnappy-dev liblz4-dev libzstd-dev libgflags-dev zlib1g-dev libbz2-dev
You can’t perform that action at this time.
0 commit comments