Commit b7a81bf 1 parent f718e5e commit b7a81bf Copy full SHA for b7a81bf
File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 71
71
run : |
72
72
# this has to create a parsing table for the spdx-file syntax, which for some reason
73
73
# 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
80
77
env :
81
78
CMAKE_VERSION : ${{ matrix.cmake_version }}
You can’t perform that action at this time.
0 commit comments