add missing GKS_ENCODING env var
This commit is contained in:
parent
535d95334c
commit
ac2fbadc07
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
@ -6,6 +6,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
Benchmark:
|
Benchmark:
|
||||||
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
||||||
|
env:
|
||||||
|
GKS_ENCODING: "utf8"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user