We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd62a5 commit f718e57Copy full SHA for f718e57
.github/workflows/L1-tests.yml
@@ -150,6 +150,7 @@ jobs:
150
ref: v1.15.0
151
152
- name: Apply patches ThunderTools
153
+ if: steps.cache.outputs.cache-hit != 'true'
154
run: |
155
cd $GITHUB_WORKSPACE/ThunderTools
156
patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/patches/00010-R4.4-Add-support-for-project-dir.patch
@@ -171,6 +172,7 @@ jobs:
171
172
cmake --install build/ThunderTools
173
174
- name: Apply patches Thunder
175
176
177
cd $GITHUB_WORKSPACE/Thunder
178
patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/patches/Use_Legact_Alt_Based_On_ThunderTools_R4.4.3.patch
0 commit comments