Add cache for build pipeline

This commit is contained in:
Gabriel Arazas 2023-05-30 12:26:44 +08:00
parent 4b4dfcff6e
commit 12ec7d1286
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -17,6 +17,12 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Fetch/cache the fetched URIs
uses: actions/cache@v3
with:
key: open-uri-content-cache
path: |
/tmp/open-uri-*
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0