diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c1001a69..62795963 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,6 +20,7 @@ jobs: key: ${{ runner.os }}-cache-build-v${{ inputs.cache-version }} - name: Build release run: | + rustup target add x86_64-unknown-linux-musl cargo install --path crates/aiken --target=x86_64-unknown-linux-musl --target-dir dist - uses: actions/upload-artifact@v4 with: