Skip to content

Commit

Permalink
Manually set DISPLAY environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Jan 28, 2024
1 parent e97fdf7 commit a561c06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -120,5 +120,7 @@ jobs:
run: cmake --build . --config $BUILD_TYPE --target install

- name: Run Unit Tests
env:
DISPLAY: :0.0
shell: bash
run: $GITHUB_WORKSPACE/install/bin/drtest

0 comments on commit a561c06

Please sign in to comment.