Skip to content

Commit

Permalink
Guess llvm-strip isn't installed sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed May 3, 2024
1 parent 8a3090a commit 49b9447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ jobs:
binary="target/${{ matrix.target }}/release/${{ matrix.bin }}"
if [ "${{ matrix.target }}" != "x86_64-pc-windows-msvc" ]; then
if [ "${{ matrix.os }}" == "ubuntu-22.04" ]; then
llvm-strip "$binary"
if [ "${{ matrix.target }}" == "aarch64-unknown-linux-musl" ]; then
$RUNNER_TEMP/musl/bin/aarch64-linux-musl-strip "$binary"
else
strip "$binary"
fi
Expand Down

0 comments on commit 49b9447

Please sign in to comment.