Skip to content

Commit

Permalink
ci: also build libcxx on github
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed May 2, 2024
1 parent 9356666 commit 51a33fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: |
make
make DESTDIR=${{ runner.tool_cache }}/ps5-payload-sdk install
PS5_PAYLOAD_SDK=${{ runner.tool_cache }}/ps5-payload-sdk ./libcxx.sh
tar -zcf ps5-payload-sdk.tar.gz -C ${{ runner.tool_cache }}/ps5-payload-sdk .
- name: Test
Expand Down

0 comments on commit 51a33fb

Please sign in to comment.