We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835653c commit 914a561Copy full SHA for 914a561
.github/workflows/build-binaries.yml
@@ -89,12 +89,12 @@ jobs:
89
- uses: actions/cache@v2
90
with:
91
path: ./cached_gnat
92
- key: ${{ runner.os }}-alire-2021
93
- restore-keys: ${{ runner.os }}-alire-2021
+ key: ${{ runner.os }}-alire-2022
+ restore-keys: ${{ runner.os }}-alire-2022
94
- name: Get GNAT toolchain with alire
95
uses: alire-project/setup-alire@v1
96
97
- toolchain: gnat_native^11 gprbuild^21
+ toolchain: gnat_native^12 gprbuild^22
98
toolchain_dir: ./cached_gnat
99
- name: Build (Windows)
100
if: ${{ runner.os == 'Windows' }}
0 commit comments