We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0a5f4 commit a533767Copy full SHA for a533767
.github/workflows/cmake.yml
@@ -11,13 +11,18 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- - uses: openrndr/[email protected]
+
15
+ - name: Setup OpenGL
16
+ run: |
17
+ sudo apt-get update
18
+ sudo apt-get install -y mesa-utils xvfb
19
+ xvfb-run glxinfo
20
21
- name: Configure
22
run: cmake -B ${{ github.workspace }}/build -S ${{ github.workspace }}
23
24
- name: Build
- run: cmake --build ${{ github.workspace }}/build
25
+ run: cmake --build ${{ github.workspace }}/build --target winx
26
27
build-windows:
28
runs-on: windows-latest
@@ -28,4 +33,4 @@ jobs:
33
29
34
30
35
31
36
0 commit comments