parent
774b749145
commit
4098df59f6
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -17,6 +17,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
- name: Update apt repos
|
||||||
|
run: sudo apt-get -y update
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt -y install libsdl2-dev
|
run: sudo apt -y install libsdl2-dev
|
||||||
- name: Install toolchain
|
- name: Install toolchain
|
||||||
|
@ -41,6 +43,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
- name: Update apt repos
|
||||||
|
run: sudo apt-get -y update
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt -y install libsdl2-dev
|
run: sudo apt -y install libsdl2-dev
|
||||||
- name: Install toolchain
|
- name: Install toolchain
|
||||||
|
@ -59,6 +63,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
- name: Update apt repos
|
||||||
|
run: sudo apt-get -y update
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt -y install libsdl2-dev
|
run: sudo apt -y install libsdl2-dev
|
||||||
- name: Install toolchain
|
- name: Install toolchain
|
||||||
|
|
Loading…
Add table
Reference in a new issue