Skip to content

Commit

Permalink
Revert 7f85c76
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed Oct 11, 2024
1 parent 163b98f commit 5d578d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
${MINGW_PACKAGE_PREFIX}-gcc \
${MINGW_PACKAGE_PREFIX}-ninja unzip
curl -LO https://github.com/xfangfang/wiliwili/releases/download/v0.1.0/${MINGW_PACKAGE_PREFIX}-mpv-0.36.0-6-any.pkg.tar.zst
curl -LO https://github.com/xfangfang/wiliwili/releases/download/v0.1.0/${MINGW_PACKAGE_PREFIX}-mpv-0.39.0-4-any.pkg.tar.zst
pacman -U --noconfirm *.pkg.tar.zst
curl -LO https://github.com/rainers/cv2pdb/releases/download/v0.52/cv2pdb-0.52.zip
Expand Down Expand Up @@ -512,7 +512,7 @@ jobs:
key: SDL-vita-pvr-3.9

- name: Download PVR_PSP2 (GLES)
if: ${{ steps.restore-pvr-cache.outputs.cache-hit == 'false' }}
if: ${{ !steps.restore-pvr-cache.outputs.cache-hit }}
run: |
pvr_psp2_version=3.9
Expand Down Expand Up @@ -546,7 +546,7 @@ jobs:
rm -rf /tmp/PSVita_Release
- uses: actions/cache/save@v4
if: ${{ steps.restore-pvr-cache.outputs.cache-hit == 'false' }}
if: ${{ !steps.restore-pvr-cache.outputs.cache-hit }}
with:
path: /vita/dependencies
key: SDL-vita-pvr-3.9
Expand All @@ -568,7 +568,7 @@ jobs:
run: vdpm mbedtls libass harfbuzz fribidi freetype libpng libwebp

- name: Build Dependencies
if: ${{ steps.restore-common-deps-cache.outputs.cache-hit == 'false' }}
if: ${{ !steps.restore-common-deps-cache.outputs.cache-hit }}
run: |
mkdir -p /vita/common_deps
apk add patch
Expand All @@ -590,7 +590,7 @@ jobs:
ls -lah /vita/common_deps/
- uses: actions/cache/save@v4
if: ${{ steps.restore-common-deps-cache.outputs.cache-hit == 'false' }}
if: ${{ !steps.restore-common-deps-cache.outputs.cache-hit }}
with:
path: /vita/common_deps
key: Dep-vita-${{ hashFiles('**/VITABUILD') }}
Expand Down

0 comments on commit 5d578d4

Please sign in to comment.