Skip to content

Commit

Permalink
ci: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed May 19, 2024
1 parent c9e8e9a commit cfae1f6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/payload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,13 @@ jobs:
make DESTDIR=${{ runner.tool_cache }}/ps5-payload-sdk clean install
echo PS5_PAYLOAD_SDK=${{ runner.tool_cache }}/ps5-payload-sdk >> $GITHUB_ENV
- name: Install libmicrohttpd
run: |
./libmicrohttpd.sh
- name: Checkout Payload
uses: actions/checkout@v3

- name: Build Payload
run: make clean all
run: |
bash libmicrohttpd.sh
make clean all
- name: Upload Payload
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit cfae1f6

Please sign in to comment.