Skip to content

Commit 53bf7e5

Browse files
committed
#169 removed coverage for now
1 parent 0e1cb71 commit 53bf7e5

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -143,16 +143,7 @@ jobs:
143143
target: 'desktop'
144144
arch: 'gcc_64'
145145
cache: true
146-
147-
- name: Install OpenGL development headers
148-
if: matrix.config.os == 'ubuntu-latest'
149-
run: |
150-
sudo apt-get update
151-
sudo apt-get install -y \
152-
build-essential \
153-
libgl1-mesa-dev \
154-
libglu1-mesa-dev
155-
146+
156147
- name: Configure make files by CMake
157148
shell: cmake -P {0}
158149
env:

0 commit comments

Comments
 (0)