fix(keysetcache): use a portable hash function

will help to make macos faster on the ci
This commit is contained in:
rudy
2022-05-05 08:41:17 +02:00
committed by rudy-6-4
parent f232935592
commit eb1f5b1842
4 changed files with 13 additions and 8 deletions

View File

@@ -136,7 +136,7 @@ jobs:
if: ${{ matrix.compiler == 'gcc7' && github.ref == 'refs/heads/master' }}
uses: actions/upload-artifact@v3
with:
name: KeySetCache
name: KeySetCacheV1
path: KeySetCache
retention-days: 90
@@ -144,7 +144,7 @@ jobs:
uses: Remagpie/gha-remove-artifact@v1
if: ${{ matrix.compiler == 'gcc7' && github.ref == 'refs/heads/master' }}
with:
only-name: KeySetCache
only-name: KeySetCacheV1
max-count: 1
- name: Build compiler