We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ebf7f commit 3a902f3Copy full SHA for 3a902f3
.github/workflows/build-windows-executable-app.yaml
@@ -98,7 +98,7 @@ jobs:
98
${{ runner.os }}-ccache-${{ env.BASE_REF }}
99
${{ runner.os }}-ccache-
100
101
- - name: Add THIRDPARTY
+ - name: Add THIRDPARTY
102
shell: bash
103
run: |
104
# initialize THIRDPARTY
@@ -146,7 +146,7 @@ jobs:
146
CCACHE_COMPRESSLEVEL: 12
147
CCACHE_MAXSIZE: 400M
148
149
- - name: Test Windows
+ - name: Test Windows
150
151
run: ctest --output-on-failure -V -S $GITHUB_WORKSPACE/OpenMS/tools/ci/citest.cmake
152
env:
0 commit comments