Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dontpanic92 committed Mar 29, 2024
1 parent fc0e38e commit 4df77a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-psvita.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
sudo apt install libarchive-tools
- name: Setup Environment Variables
run: |
echo "VITASDK=$pwd/vitasdk" >> $GITHUB_ENV
echo "PATH=$VITASDK/bin:$PATH" >> $GITHUB_ENV
echo "VITASDK=/vitasdk" >> $GITHUB_ENV
echo "PATH=/vitasdk/bin:$PATH" >> $GITHUB_ENV
- name: Install vitasdk
run: |
git clone https://github.com/vitasdk/vdpm
Expand Down

0 comments on commit 4df77a9

Please sign in to comment.