Skip to content

Commit

Permalink
Set logging level of install upgrades to info
Browse files Browse the repository at this point in the history
This will help confirm that upgrades are installed
  • Loading branch information
sclaiborne committed May 1, 2024
1 parent 43a3071 commit a81bb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cd ./main
git lfs pull
- name: Install AS upgrades
run: python.exe C:/Tools/AsPython/InstallUpgrades.py ./main/upgrades -asp AS411 -r
run: python.exe C:/Tools/AsPython/InstallUpgrades.py ./main/upgrades -asp AS411 -r -l INFO
- name: Build project
run: python.exe C:/Tools/AsPython/CmdLineBuild.py ./main/example/AsProject/AsProject.apj -c Intel ARM -bm Rebuild -sim --logLevel DEBUG
- name: Export libraries
Expand Down

0 comments on commit a81bb09

Please sign in to comment.