Skip to content

Commit 030d1a8

Browse files
author
anton
committed
actions: add cargo path before bundle licenses
1 parent 22a1b88 commit 030d1a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: npx --package=node-module-license-output -- third-party-license --dependencies-all --license "./dist/THIRD-PARTY-LICENSE-npm.md"
8888
- name: Collect Cargo Licenses
8989
working-directory: ./src/cgb
90-
run: cargo-bundle-licenses --format yaml --output ../web/dist/THIRDPARTY-cargo.yml
90+
run: PATH=$PATH:~/.cargo/bin cargo-bundle-licenses --format yaml --output ../web/dist/THIRDPARTY-cargo.yml
9191
# Enthält überflüssige Lizenzen von Bibliotheken, die nur in der Desktop App existieren
9292
- name: Copy c++ Licenses
9393
run: cp ./scripts/THIRDPARTY.txt ./src/web/dist/THIRDPARTY.txt

0 commit comments

Comments
 (0)