strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
github: Remove github.ref from cache keys
[strongswan.git]
/
.github
/
workflows
/
android.yml
diff --git
a/.github/workflows/android.yml
b/.github/workflows/android.yml
index
f2241dd
..
d1b909d
100644
(file)
--- a/
.github/workflows/android.yml
+++ b/
.github/workflows/android.yml
@@
-38,9
+38,8
@@
jobs:
- uses: actions/cache@v2
with:
path: ~/.ccache
- uses: actions/cache@v2
with:
path: ~/.ccache
- key: ccache-android-${{ github.
ref }}:${{ github.
sha }}
+ key: ccache-android-${{ github.sha }}
restore-keys: |
restore-keys: |
- ccache-android-${{ github.ref }}:
ccache-android-
- run: |
sudo apt-get install -qq ccache
ccache-android-
- run: |
sudo apt-get install -qq ccache