diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c959309..526651c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,7 +42,7 @@ jobs: if: matrix.build == 'linux' run: | sudo apt-get update - sudo apt-get install libssl-dev cmake pkg-config + sudo apt-get install libssl-dev cmake pkg-config musl-gcc - name: Build binary run: cargo build --target ${{ matrix.target }}