We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f344a commit 99cab7aCopy full SHA for 99cab7a
.github/workflows/qi-bash.yml
@@ -61,6 +61,7 @@ jobs:
61
docker run --name ${container_name} -it -d
62
-w /root
63
-v ${{ github.workspace }}:/root
64
+ -e "LANG=C.UTF-8"
65
-e "GH_TOKEN=${{ github.token }}"
66
--platform ${{ matrix.platform }}
67
${{ matrix.arch }}/${{ matrix.container_image }}
0 commit comments