Skip to content

Commit

Permalink
Pack install in github action agreeing to the license automatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe0606 committed Jun 18, 2024
1 parent dd8309e commit 133f26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
csolution list packs -s cmsiscv.csolution.yml -m > required_packs.txt
cat required_packs.txt
cpackget add -f required_packs.txt
cpackget add -a -f required_packs.txt
- name: Execute
run: |
Expand Down

0 comments on commit 133f26d

Please sign in to comment.