Install libgl.
This commit is contained in:
@@ -25,11 +25,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
apt update -y
|
apt update -y
|
||||||
apt install -y \
|
apt install -y \
|
||||||
python3 \
|
|
||||||
python3-pip \
|
|
||||||
build-essential \
|
build-essential \
|
||||||
cmake \
|
cmake \
|
||||||
curl
|
curl
|
||||||
|
libgl1-mesa-dev \
|
||||||
|
python3 \
|
||||||
|
python3-pip \
|
||||||
|
|
||||||
- name: Install aqtinstall
|
- name: Install aqtinstall
|
||||||
run: |
|
run: |
|
||||||
@@ -45,3 +46,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
cargo b --release
|
cargo b --release
|
||||||
|
cargo test
|
||||||
|
|||||||
Reference in New Issue
Block a user