1 parent 22a1b88 commit 030d1a8Copy full SHA for 030d1a8
1 file changed
.github/workflows/build.yaml
@@ -87,7 +87,7 @@ jobs:
87
run: npx --package=node-module-license-output -- third-party-license --dependencies-all --license "./dist/THIRD-PARTY-LICENSE-npm.md"
88
- name: Collect Cargo Licenses
89
working-directory: ./src/cgb
90
- run: cargo-bundle-licenses --format yaml --output ../web/dist/THIRDPARTY-cargo.yml
+ run: PATH=$PATH:~/.cargo/bin cargo-bundle-licenses --format yaml --output ../web/dist/THIRDPARTY-cargo.yml
91
# Enthält überflüssige Lizenzen von Bibliotheken, die nur in der Desktop App existieren
92
- name: Copy c++ Licenses
93
run: cp ./scripts/THIRDPARTY.txt ./src/web/dist/THIRDPARTY.txt
0 commit comments