Skip to content

Commit

Permalink
vbuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerboa-app committed Jul 29, 2024
1 parent fd354c0 commit 87c3c62
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,11 @@ jobs:
working-directory: ${{github.workspace}}/build
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest --output-on-failure --verbose
run: |
export DISPLAY=:99
sudo Xvfb :99 -screen 0 800x600x24 &
sleep 5
MESA_GL_VERSION_OVERRIDE=3.3 ctest --output-on-failure --verbose
- name: buildArtifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 87c3c62

Please sign in to comment.