fix(ci): force crt for 9, 10, 11 for table lookup

This commit is contained in:
rudy
2022-12-02 16:41:15 +01:00
committed by rudy-6-4
parent e2e6df322e
commit b742ac35ae
7 changed files with 23 additions and 3 deletions

View File

@@ -165,7 +165,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/upload-artifact@v3
with:
name: KeySetCacheV3
name: KeySetCaCheV4
path: KeySetCache
retention-days: 90
@@ -173,7 +173,7 @@ jobs:
uses: Remagpie/gha-remove-artifact@v1
if: ${{ github.ref == 'refs/heads/main' }}
with:
only-name: KeySetCacheV3
only-name: KeySetCaCheV4
max-count: 1
- name: Build the documentation