Skip to content

Commit

Permalink
💚 disable cache
Browse files Browse the repository at this point in the history
It doesn't get much shorter, and it leaves a weird cache.
  • Loading branch information
ci7lus committed Nov 9, 2021
1 parent f167751 commit 5645b66
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ jobs:
- uses: actions/checkout@v2
with:
path: vlc-build
- uses: actions/cache@v2
id: build-cache
with:
path: build
key: ${{ runner.os }}-vlc-${{ env.VLC_HASH }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Prepare
run: |
patch -p1 < vlc-build/patches/patch_mac_build_arg.patch
Expand Down Expand Up @@ -102,13 +95,6 @@ jobs:
- uses: actions/checkout@v2
with:
path: vlc-build
- uses: actions/cache@v2
id: build-cache
with:
path: build
key: ${{ runner.os }}-vlc-${{ env.VLC_HASH }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Install build tools
run: |
sudo apt-get update -y
Expand Down

0 comments on commit 5645b66

Please sign in to comment.