mirror of
https://github.com/emily33901/oxide2.git
synced 2025-08-04 01:16:07 -04:00
Properly...
This commit is contained in:
parent
75f56b362d
commit
d6a5cc5a84
@ -9,7 +9,8 @@ jobs:
|
|||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
command: |
|
command: |
|
||||||
apt-get update -qq
|
apt-get update -qq
|
||||||
apt-get install -y build-essential clang-6.0 git libgl1-mesa-dev libglu1-mesa-dev libx11-dev libxfixes-dev libxext-dev
|
apt-get install -y build-essential clang-6.0 git \
|
||||||
|
libgl1-mesa-dev libglu1-mesa-dev libx11-dev libxfixes-dev libxext-dev
|
||||||
- checkout
|
- checkout
|
||||||
- run: git submodule sync
|
- run: git submodule sync
|
||||||
- run: git submodule update --init --recursive
|
- run: git submodule update --init --recursive
|
||||||
|
Loading…
x
Reference in New Issue
Block a user