Skip to content

Commit

Permalink
Temp fix GNAT version to check error on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau committed Nov 7, 2022
1 parent 63ec43e commit 5da86ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/ci-github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ if [ "${INDEX:-}" != "" ]; then
alr index --name default --add "$INDEX"
fi

# Fix GNAT version to check error on macOS
alr toolchain --select gnat_native=12.1.2 gprbuild=22.0.1

echo ALR SEARCH:
# List releases for the record
alr -q -d search --list --external
Expand Down

0 comments on commit 5da86ba

Please sign in to comment.