File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 build :
1111 name : ${{ matrix.config.name }}
1212 runs-on : ubuntu-24.04
13- container : alpine:3.20
13+ container : alpine:3.21
1414
1515 strategy :
1616 fail-fast : false
3232 - name : Install dependencies
3333 run : |
3434 apk update
35- apk add wget meson ca-certificates samurai git openssl-dev openssl pkgconf sdl2 sdl2-dev sdl2_mixer-dev sdl2_ttf-dev sdl2_mixer-dev sdl2_image-dev dbus-dev patchelf ${{ ( matrix.config.use-clang == true ) && 'clang18 ' || 'gcc g++' }} ${{ ( matrix.config.use-clang == true && matrix.config.use-clang_stdlib == true ) && 'libc++ libc++-dev' || '' }}
36- echo "CC=${{ matrix.config.use-clang == true && 'clang-18 ' || 'gcc' }}" >> "$GITHUB_ENV"
37- echo "CXX=${{ matrix.config.use-clang == true && 'clang++-18 ' || 'g++' }}" >> "$GITHUB_ENV"
35+ apk add wget meson ca-certificates samurai git openssl-dev openssl pkgconf sdl2 sdl2-dev sdl2_mixer-dev sdl2_ttf-dev sdl2_mixer-dev sdl2_image-dev dbus-dev patchelf ${{ ( matrix.config.use-clang == true ) && 'clang19 ' || 'gcc g++' }} ${{ ( matrix.config.use-clang == true && matrix.config.use-clang_stdlib == true ) && 'libc++ libc++-dev' || '' }}
36+ echo "CC=${{ matrix.config.use-clang == true && 'clang-19 ' || 'gcc' }}" >> "$GITHUB_ENV"
37+ echo "CXX=${{ matrix.config.use-clang == true && 'clang++-19 ' || 'g++' }}" >> "$GITHUB_ENV"
3838
3939 - uses : actions/checkout@v4
4040 with :
You can’t perform that action at this time.
0 commit comments