Skip to content
Snippets Groups Projects
Commit 6fd73369 authored by biwa's avatar biwa
Browse files

Trying to fix broken Linux CI

parent f204a172
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ jobs:
if [[ "${{ runner.os }}" == 'macOS' ]]; then
make mac
elif [[ "${{ runner.os }}" == 'Linux' ]]; then
sudo apt-get update
sudo apt install mesa-common-dev
make linux
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment