Actions
Alire installation and checkup / build (ubuntu-20.04) (push) Failing after 57s
Details
Alire installation and checkup / build (ubuntu-20.04) (push) Failing after 57s
Details
This commit is contained in:
parent
1011dfdc57
commit
24f6cc17e6
|
@ -19,7 +19,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get install -y wget gprbuild gnat git curl unzip
|
apt-get install -y wget gprbuild gnat git curl unzip libsfml-dev
|
||||||
|
|
||||||
- name: setup alire
|
- name: setup alire
|
||||||
run: |
|
run: |
|
||||||
|
@ -35,4 +35,3 @@ jobs:
|
||||||
- name: build project
|
- name: build project
|
||||||
run: |
|
run: |
|
||||||
/bin/alr -n build
|
/bin/alr -n build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue