Skip to content

Commit

Permalink
Windows + Python + UTF-8 おまじない追加
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Aug 14, 2024
1 parent 5f43285 commit 60cfea1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:
runs-on: windows-2022
timeout-minutes: 20
env:
# Python を強制的に UTF-8 で利用するおまじない
PYTHONUTF8: 1
TEST_SIGNALING_URL: ${{ secrets.TEST_SIGNALING_URL }}
TEST_SECRET_KEY: ${{ secrets.TEST_SECRET_KEY }}
TEST_CHANNEL_ID_PREFIX: ${{ secrets.TEST_CHANNEL_ID_PREFIX }}
Expand Down

0 comments on commit 60cfea1

Please sign in to comment.