diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9166155d..bcfc4f10 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -128,6 +128,7 @@ jobs: ${{ matrix.packages_install }} - name: Build artifacts run: | + apt-get install musl-tools # Actually do builds and make zips and whatnot cargo dist build ${{ needs.plan.outputs.tag-flag }} --print=linkage --output-format=json ${{ matrix.dist_args }} > dist-manifest.json echo "cargo dist ran successfully"