aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-09 12:32:08 -0600
committerSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-28 11:05:42 -0600
commita921b23eade6b3f1f3bb30c554fe6295e878ed07 (patch)
tree64c7aac90d5b9344c736f79ad4947e726ba6ad2f
parentdaa3e173fa7e1fe5885071f6461db280b387e4e0 (diff)
Move env var into the action itself
-rw-r--r--.github/workflows/test.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index dadaa23c..6d745e05 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -77,6 +77,8 @@ jobs:
- name: Test
working-directory: ${{github.workspace}}/build/test
shell: bash
+ env:
+ QT_QPA_PLATFORM: offscreen
run: |
ln -s ../../test/*.png .
- QT_QPA_PLATFORM=offscreen ./test ~[noci]
+ ./test ~[noci]