Skip to content

Commit 206d231

Browse files
CI: Setup linux / ubuntu-latest workflow after #654 (#655)
1 parent 89aae46 commit 206d231

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
RELEASE_KEY_SECRET: ${{ secrets.RELEASE_KEY_SECRET }}
8989

9090
steps:
91-
- uses: actions/setup-dotnet@v3
91+
- uses: actions/setup-dotnet@v4
9292
with:
9393
dotnet-quality: ga
9494
dotnet-version: 3.1
@@ -97,9 +97,11 @@ jobs:
9797

9898
- if: ${{ env.RELEASE_KEY_SECRET != '' }}
9999
run: |
100+
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5_amd64.deb
101+
sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5_amd64.deb
100102
curl -L -o /opt/secure-file.zip https://github.com/appveyor/secure-file/releases/download/1.0.1/secure-file.zip
101103
unzip /opt/secure-file.zip -d /opt/secure-file
102-
dotnet /opt/secure-file/secure-file.dll -decrypt net/DevExtreme.AspNet.Data/release.snk.enc -secret ${{ env.RELEASE_KEY_SECRET }}
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 }}
103105
104106
- run: node build/make-nojquery
105107
- run: node build/replace-meta "${{ github.run_number }}" "${{ github.ref }}" "${{ github.repository }}"

0 commit comments

Comments
 (0)