Skip to content

Commit

Permalink
Merge pull request #22 from Uacias/revert-21-uacias/workflow-fixes
Browse files Browse the repository at this point in the history
Revert "Add cache v3."
  • Loading branch information
Uacias authored Dec 5, 2024
2 parents 749f3d0 + 0b53b48 commit b7b40d0
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/openrpc-testgen-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,6 @@ jobs:
- name: Checkout main repository
uses: actions/checkout@v3

- name: Cache APT lists
uses: actions/cache@v3
with:
path: /var/lib/apt/lists
key: ${{ runner.os }}-apt-lists-${{ hashFiles('**/sources.list') }}
restore-keys: |
${{ runner.os }}-apt-lists-
- name: Cache APT archives
uses: actions/cache@v3
with:
path: /var/cache/apt/archives
key: ${{ runner.os }}-apt-archives-${{ hashFiles('**/sources.list') }}
restore-keys: |
${{ runner.os }}-apt-archives-
- name: Install build dependencies
run: |
sudo apt-get update
Expand Down

0 comments on commit b7b40d0

Please sign in to comment.