mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-06 13:04:00 +08:00
install opengl libraries for build check
This commit is contained in:
3
.github/workflows/awesome_workflow.yml
vendored
3
.github/workflows/awesome_workflow.yml
vendored
@@ -172,6 +172,9 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
if: matrix.os == "ubuntu-latest"
|
||||
run: sudo apt-get install libglu1-mesa-dev
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
Reference in New Issue
Block a user