Skip to content

Commit

Permalink
Use earlier setup-alire version.
Browse files Browse the repository at this point in the history
Failed on ubuntu with
    Release within requested version not found: gnat_native*

  * .github/workflows/main.yml (alire-project/setup-alire): revert to v2.
  • Loading branch information
simonjwright committed Sep 2, 2024
1 parent af7bb63 commit dcff8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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@v3
- uses: alire-project/setup-alire@v2
with:
toolchain: gprbuild${{ matrix.gprbuild_version }} gnat_native${{ matrix.gnat_version }} --disable-assistant
- run: alr build

0 comments on commit dcff8de

Please sign in to comment.