Move from dev to ce2020 Ada toolchain action (#208)

`dev` contains obsolete nodejs modules and causes the workflow to fail.
This commit is contained in:
Alejandro R Mosteo
2020-11-18 11:15:19 +01:00
committed by GitHub
parent e786d63c1c
commit 2710ed3da7
+2 -2
View File
@@ -61,13 +61,13 @@ jobs:
- name: Set up GNAT toolchain (FSF)
if: matrix.os == 'ubuntu-latest'
uses: ada-actions/toolchain@dev
uses: ada-actions/toolchain@ce2020
with:
distrib: fsf # faster install?
- name: Set up GNAT toolchain (Community)
if: matrix.os != 'ubuntu-latest'
uses: ada-actions/toolchain@dev
uses: ada-actions/toolchain@ce2020
with:
distrib: community