Skip to content

Commit 6c8f3eb

Browse files
author
Artem Son
committed
added: libgl1-mesa-dev
1 parent 5396767 commit 6c8f3eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Install dependencies
18-
run: sudo apt-get update && sudo apt install libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
18+
run: sudo apt-get update && sudo apt install libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libgl1-mesa-dev
1919

20-
- name: Install dependencies
20+
- name: Install raylib
2121
run: git submodule update --init --recursive --depth=1
2222

2323
- name: Create build directory

0 commit comments

Comments
 (0)