Skip to content

Commit b7a81bf

Browse files
authored
Update cmake-multi-platform.yml
1 parent f718e5e commit b7a81bf

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/cmake-multi-platform.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,8 @@ jobs:
7171
run: |
7272
# this has to create a parsing table for the spdx-file syntax, which for some reason
7373
# is printed to stderr...
74-
if [ "${{ runner.os }}" == "Linux" ]; then
75-
pyspdxtools -i ${{ github.workspace }}/example/output/*.spdx 2>$1 || true
76-
elif [ "${{ runner.os }}" == "Windows" ]; then
77-
pyspdxtools -i ${{ github.workspace }}/example/output/*.spdx 2>$1 || true; exit 0
78-
fi
79-
cmake --build ${{ steps.strings.outputs.build-output-dir }} --target install -j1
74+
pyspdxtools -i ${{ github.workspace }}/example/output/*.spdx 2>$1
75+
pyspdxtools -i ${{ github.workspace }}/example/output/*.spdx 2>$1
76+
cmake --build ${{ steps.strings.outputs.build-output-dir }} --target install
8077
env:
8178
CMAKE_VERSION: ${{ matrix.cmake_version }}

0 commit comments

Comments
 (0)