Replace CE with latest FSF from Alire (#746)

* Replace CE with latest FSF from Alire

Also remove extra installations that are now automatically performed by the
setup-alire action.

* Remove now-redundant workflow cases
This commit is contained in:
Alejandro R Mosteo
2023-02-22 11:48:13 +01:00
committed by GitHub
parent cc6b374bc9
commit cf27f32b50
4 changed files with 19 additions and 101 deletions
+3 -9
View File
@@ -12,19 +12,13 @@ jobs:
- name: Set up stable `alr`
if: contains(github.base_ref, 'stable-')
uses: alire-project/setup-alire@v1
uses: alire-project/setup-alire@v2
with:
version: 1.2.1
- name: Set up GNAT for devel `alr`
if: contains(github.base_ref, 'devel-')
uses: ada-actions/toolchain@ce2020
with:
distrib: fsf
version: 1.2.2
- name: Set up devel `alr`
if: contains(github.base_ref, 'devel-')
uses: alire-project/setup-alire@v1
uses: alire-project/setup-alire@v2
with:
branch: master