Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Retain sources of dependencies in GitHub Action
Browse files Browse the repository at this point in the history
Needed for copying the copyright and license files.
  • Loading branch information
hahnjo committed May 13, 2021
1 parent 3ae274d commit 25f9e92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
uses: actions/cache@v2
with:
path: dependencies/
key: dependencies-${{ hashFiles('scripts/native_deps.sh') }}-${{ hashFiles('scripts/build_native_deps.sh') }}
key: dependencies-src-install-${{ hashFiles('scripts/native_deps.sh') }}-${{ hashFiles('scripts/build_native_deps.sh') }}
- name: Build native dependencies
run: |
[ -d dependencies ] || ./scripts/build_native_deps.sh
rm -rf dependencies/build dependencies/log dependencies/src
rm -rf dependencies/build dependencies/log
- name: Upload logs on failure
if: ${{ failure() }}
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 25f9e92

Please sign in to comment.