Skip to content

Commit

Permalink
Try setup-alire v3 with reversed tool order.
Browse files Browse the repository at this point in the history
  * .github/workflows/main.yml
    (alire-project/setup-alire): update to v3.
    (toolchain): put gnat_native before gprbuild.
  • Loading branch information
simonjwright committed Sep 2, 2024
1 parent dcff8de commit db623f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: alire-project/setup-alire@v2
- uses: alire-project/setup-alire@v3
with:
toolchain: gprbuild${{ matrix.gprbuild_version }} gnat_native${{ matrix.gnat_version }} --disable-assistant
toolchain: gnat_native${{ matrix.gnat_version }} gprbuild${{ matrix.gprbuild_version }} --disable-assistant
- run: alr build

0 comments on commit db623f2

Please sign in to comment.