Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolf3s committed Aug 19, 2024
1 parent c01661c commit 7ce2002
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ jobs:
curl -sL https://github.com/bucanero/ps3toolchain/releases/download/ubuntu-latest-fad3b5fb/ps3dev-ubuntu-latest-2020-08-31.tar.gz | tar xvz -C ./
echo "PS3DEV=${GITHUB_WORKSPACE}/ps3dev" >> $GITHUB_ENV
echo "PSL1GHT=${GITHUB_WORKSPACE}/ps3dev" >> $GITHUB_ENV
echo "PATH=${PS3DEV}/bin" >> $GITHUB_ENV
echo "PATH=${PS3DEV}/ppu/bin" >> $GITHUB_ENV
echo "PATH=${PS3DEV}/spu/bin" >> $GITHUB_ENV
- name: build libsmb2
run: |
Expand Down

0 comments on commit 7ce2002

Please sign in to comment.