Skip to content

Commit 3a902f3

Browse files
authored
Fix indentation for Add THIRDPARTY and Test Windows
1 parent d8ebf7f commit 3a902f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-windows-executable-app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
${{ runner.os }}-ccache-${{ env.BASE_REF }}
9999
${{ runner.os }}-ccache-
100100
101-
- name: Add THIRDPARTY
101+
- name: Add THIRDPARTY
102102
shell: bash
103103
run: |
104104
# initialize THIRDPARTY
@@ -146,7 +146,7 @@ jobs:
146146
CCACHE_COMPRESSLEVEL: 12
147147
CCACHE_MAXSIZE: 400M
148148

149-
- name: Test Windows
149+
- name: Test Windows
150150
shell: bash
151151
run: ctest --output-on-failure -V -S $GITHUB_WORKSPACE/OpenMS/tools/ci/citest.cmake
152152
env:

0 commit comments

Comments
 (0)