Skip to content

Commit

Permalink
Use AsPython to install upgrades instead of powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
sclaiborne committed May 1, 2024
1 parent 520a9a1 commit 43a3071
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ jobs:
cd ./main
git lfs pull
- name: Install AS upgrades
shell: pwsh
run: |
Set-Location -Path ./main/upgrades
& $PWD/install.ps1
run: python.exe C:/Tools/AsPython/InstallUpgrades.py ./main/upgrades -asp AS411 -r
- 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 43a3071

Please sign in to comment.