Skip to content

Commit

Permalink
Merge pull request #2 from sfc-gh-jszczerbinski/cache-deps-2
Browse files Browse the repository at this point in the history
test
  • Loading branch information
sfc-gh-jszczerbinski authored Nov 21, 2024
2 parents e64586f + 751e351 commit 197fc85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v1
- name: Restore cached deps
id: cache-restore-deps
uses: actions/cache/restore@v4
uses: actions/cache/restore@v3
with:
path: |
dep-cache/
Expand All @@ -36,11 +36,11 @@ jobs:
run: ci/build_linux.sh
- name: Cache deps
id: cache-save-deps
uses: actions/cache/save@v4
uses: actions/cache/save@v3
with:
path: dep-cache
key: ${{ matrix.build_type }}-${{ github.sha }}-dep-cache
if: github.ref_name == github.event.repository.default_branch
if: github.ref_name == github.event.repository.default_branch && matrix.cloud_provider == 'AWS'
- uses: actions/setup-python@v1
with:
python-version: '3.7'
Expand Down
1 change: 1 addition & 0 deletions test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test

0 comments on commit 197fc85

Please sign in to comment.