Skip to content

Commit

Permalink
Delete the step as ymlformat didn't like it being commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed Sep 26, 2024
1 parent 06796cc commit 09aeb88
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,18 +371,6 @@ jobs:
# Some platforms share a cache; it's not a 1:1 mapping of either targetPlatform or vrsdk, so we have a distinct variable for which cache to use
key: Library_${{ matrix.cache }}_${{ env.UNITY_VERSION }}

# - name: Restore Library/PackageCache
# id: cache_packagecache

This comment has been minimized.

Copy link
@mikeage

mikeage Sep 26, 2024

Member

if: false should do the trick next time ;-)

# uses: actions/cache/restore@v4
# env:
# SEGMENT_DOWNLOAD_TIMEOUT_MINS: 10
# with:
# path: Library/PackageCache
# key: Library_PackageCache_${{ env.UNITY_VERSION }}_${{ hashFiles('Packages/packages-lock.json') }}
# restore-keys: |
# Library_PackageCache_${{ env.UNITY_VERSION }}
# Library_PackageCache

- name: Remove problematic packages
if: ${{ matrix.packages_to_remove }}
run: |
Expand Down

0 comments on commit 09aeb88

Please sign in to comment.