add GKS_ENCODING env variable

This commit is contained in:
Daniel Schwabeneder 2020-06-29 19:07:08 +02:00
parent acd6cfabc1
commit d0920ac919

View File

@ -12,6 +12,8 @@ defaults:
jobs:
SnoopCompile:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
env:
GKS_ENCODING: "utf8"
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false