Skip to content

Commit 4489b80

Browse files
committed
try again
1 parent 40bd5f4 commit 4489b80

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
- name: Setup Conan profile
3434
run: conan profile detect --force
3535

36+
- name: Install deps
37+
run: sudo apt update;
38+
sudo apt install --yes libegl-dev libegl1-mesa-dev libudev-dev
39+
3640
- name: Build
3741
run: just build
3842

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default:
22
@just -l
33

44
conan:
5-
conan install . --output-folder=build --build=missing -c tools.system.package_manager:mode=install
5+
conan install . --output-folder=build --build=missing
66

77
cmake: conan
88
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=1 \

0 commit comments

Comments
 (0)