Skip to content

Commit cf43861

Browse files
authored
Update cmake-multi-platform.yml
1 parent 97251b3 commit cf43861

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ jobs:
5757
run: |
5858
python -m pip install --upgrade pip
5959
pip install spdx-tools
60-
pyspdxtools -i ${{ github.workspace }}/example/output/*.spdx
60+
# this has to create a parsing table for the spdx-file syntax, which for some reason
61+
# is printed to stderr...
62+
pyspdxtools -i ${{ github.workspace }}/example/output/*.spdx 2>&1
6163
6264
- name: Configure CMake
6365
run: >

0 commit comments

Comments
 (0)