Skip to content

Commit

Permalink
Set up env var in action to use offscreen QT
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Sep 9, 2024
1 parent aa6d53b commit df28a4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ jobs:
yarn=3
qgis
- name: Set QT env var
shell: bash -l {0}
run: echo "QT_QPA_PLATFORM=offscreen" >> $GITHUB_ENV

- name: Checkout
uses: actions/checkout@v3

Expand Down

0 comments on commit df28a4e

Please sign in to comment.