Skip to content

Commit 7517bd3

Browse files
committed
CI: Exclude aws-lc-latest not to use cache.
Because aws-lc-latest is a rolling release. If the cache is enabled, CI just downloads and compiles only at once, then will never do again.
1 parent 5ee118c commit 7517bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
path: ~/openssl
9595
key: openssl-${{ runner.os }}-${{ matrix.openssl }}-${{ matrix.append-configure || 'default' }}
96-
if: matrix.openssl != 'openssl-master' && matrix.openssl != 'libressl-master'
96+
if: matrix.openssl != 'openssl-master' && matrix.openssl != 'libressl-master' && matrix.openssl != 'aws-lc-latest'
9797

9898
- name: Compile OpenSSL library
9999
if: steps.cache-openssl.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)