From e78213dfed0ed3545c5235665a2307e55f172d6b Mon Sep 17 00:00:00 2001 From: Phoenix Himself Date: Sun, 16 Jun 2024 16:25:45 +0200 Subject: [PATCH] qf: github workflow --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) 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"