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 a5d252f commit 82793d1Copy full SHA for 82793d1
.github/workflows/ci-build.yml
@@ -125,7 +125,7 @@ jobs:
125
linux:
126
name: Linux (${{ matrix.arch }})
127
128
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
129
130
strategy:
131
fail-fast: false
@@ -143,7 +143,6 @@ jobs:
143
run: |
144
sudo dpkg --add-architecture i386
145
sudo apt update
146
- sudo apt install --allow-downgrades libpcre2-8-0=10.34-7
147
sudo apt install g++-multilib libsdl2-dev:i386 zlib1g-dev:i386
148
149
- name: Dependencies (x64)
@@ -156,7 +155,7 @@ jobs:
156
155
uses: actions/cache@v4
157
with:
158
path: out
159
- key: linux-${{ matrix.arch }}-cmake-v2
+ key: linux-${{ matrix.arch }}-cmake-v3
160
161
- name: Configure
162
0 commit comments