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:
committed by
GitHub
parent
cc6b374bc9
commit
cf27f32b50
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user