Skip to content

Commit

Permalink
Disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Dec 1, 2023
1 parent 3a7c45e commit f0e9877
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ jobs:
sudo apt-get update
sudo apt-get install ttfautohint
sudo snap install yq
- uses: actions/cache@v2
with:
path: ./venv/
key: ${{ runner.os }}-venv-${{ hashFiles('**/requirements*.txt') }}
restore-keys: |
${{ runner.os }}-venv-
- name: gen zip file name
id: zip-name
shell: bash
Expand Down

0 comments on commit f0e9877

Please sign in to comment.