File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 67
67
echo "CMAKE_FLAGS_EXTRA=-DBUILD_DEPENDENCIES=OFF" >> $GITHUB_ENV
68
68
69
69
- name : Build repository
70
+ if : ${{ !(matrix.compiler.name == 'gcc-14' && matrix.openssl == 'deps-off') }}
70
71
run : |
71
72
$CC --version
72
73
$CXX --version
@@ -76,13 +77,15 @@ jobs:
76
77
77
78
- name : Configure AWS Credentials
78
79
uses : aws-actions/configure-aws-credentials@v4
80
+ if : ${{ !(matrix.compiler.name == 'gcc-14' && matrix.openssl == 'deps-off') }}
79
81
with :
80
82
role-to-assume : ${{ secrets.AWS_ROLE_TO_ASSUME }}
81
83
role-session-name : ${{ secrets.AWS_ROLE_SESSION_NAME }}
82
84
aws-region : ${{ secrets.AWS_REGION }}
83
85
role-duration-seconds : 3600
84
86
85
87
- name : Run tests
88
+ if : ${{ !(matrix.compiler.name == 'gcc-14' && matrix.openssl == 'deps-off') }}
86
89
working-directory : ./build
87
90
run : |
88
91
./tst/producer_test
You can’t perform that action at this time.
0 commit comments