Skip to content

Commit

Permalink
qf: github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph0enixKM committed Jun 16, 2024
1 parent e78213d commit 6a4c4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
${{ matrix.packages_install }}
- name: Build artifacts
run: |
apt-get install musl-tools
sudo 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"
Expand Down

0 comments on commit 6a4c4f0

Please sign in to comment.