Skip to content

Commit

Permalink
Update linux-musl.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
userdocs committed Jan 3, 2025
1 parent 24b2705 commit a4b09b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Docker - Install ninja build optional dependencies
run: |
docker exec crossbuild sudo apk update
docker exec crossbuild sudo apk add --no-cache gtest gtest-dev python3
docker exec crossbuild sudo apk add --no-cache python3
- name: Docker - Configure ${{ matrix.binary_name }}
if: matrix.build_method == 'cmake'
Expand All @@ -113,7 +113,7 @@ jobs:
printf "%s\n" "build_method=-python" >> $GITHUB_ENV
- name: Host - Rename ${{ matrix.binary_name }} to ${{ env.release_asset }}
run: mv -f ${{ github.workspace }}/ninja ninja-${{ matrix.binary_name }}
run: mv -f ${{ github.workspace }}/ninja ninja-${{ matrix.binary_name }}${{ env.build_method }}

- name: Host - ninja-${{ matrix.binary_name }} --version
run: ./ninja-${{ matrix.binary_name }}${{ env.build_method }} --version >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit a4b09b4

Please sign in to comment.