Skip to content

Commit

Permalink
Correct action to use right csolution file.
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe0606 committed Jun 20, 2024
1 parent 00cac6d commit d81e976
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 @@ -59,7 +59,7 @@ jobs:
cd cmsis_build
echo "Load missing pack"
csolution list packs -s test_ac6.csolution.yml -m > required_packs.txt
csolution list packs -s test.csolution.yml -m > required_packs.txt
cat required_packs.txt
cpackget add -a -f required_packs.txt
Expand Down

0 comments on commit d81e976

Please sign in to comment.