Skip to content

Commit 443e06c

Browse files
CI: Set DOTNET_SYSTEM_GLOBALIZATION_INVARIANT flag for all job steps after #655 (#656)
1 parent 206d231 commit 443e06c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686

8787
env:
8888
RELEASE_KEY_SECRET: ${{ secrets.RELEASE_KEY_SECRET }}
89+
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: 1
8990

9091
steps:
9192
- uses: actions/setup-dotnet@v4
@@ -101,7 +102,7 @@ jobs:
101102
sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5_amd64.deb
102103
curl -L -o /opt/secure-file.zip https://github.com/appveyor/secure-file/releases/download/1.0.1/secure-file.zip
103104
unzip /opt/secure-file.zip -d /opt/secure-file
104-
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 dotnet /opt/secure-file/secure-file.dll -decrypt net/DevExtreme.AspNet.Data/release.snk.enc -secret ${{ env.RELEASE_KEY_SECRET }}
105+
dotnet /opt/secure-file/secure-file.dll -decrypt net/DevExtreme.AspNet.Data/release.snk.enc -secret ${{ env.RELEASE_KEY_SECRET }}
105106
106107
- run: node build/make-nojquery
107108
- run: node build/replace-meta "${{ github.run_number }}" "${{ github.ref }}" "${{ github.repository }}"

0 commit comments

Comments
 (0)