Skip to content

Commit

Permalink
Update unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pyjarrett authored Jan 18, 2024
1 parent 3d24dde commit 649affa
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,5 @@ jobs:
working-directory: tests/
run: |
alr index --reset-community
alr config --global --set toolchain.assistant false
alr toolchain --install gnat_native --non-interactive
alr toolchain --install gprbuild --non-interactive
alr toolchain --select gnat_native --non-interactive
alr toolchain --select gprbuild --non-interactive
alr build --non-interactive
alr --no-tty build
alr run

0 comments on commit 649affa

Please sign in to comment.