add GKS_ENCODING env variable
This commit is contained in:
parent
acd6cfabc1
commit
d0920ac919
2
.github/workflows/SnoopCompile.yml
vendored
2
.github/workflows/SnoopCompile.yml
vendored
@ -12,6 +12,8 @@ defaults:
|
|||||||
jobs:
|
jobs:
|
||||||
SnoopCompile:
|
SnoopCompile:
|
||||||
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
||||||
|
env:
|
||||||
|
GKS_ENCODING: "utf8"
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user