File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1010 container :
1111 image : registry.gitlab.com/jhasse/android-ndk-docker:r28b
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - name : Cache CPM.cmake packages
1515 uses : actions/cache@v4
1616 with :
Original file line number Diff line number Diff line change 99 steps :
1010 - name : Install dependencies
1111 run : microdnf install -y git graphviz doxygen cmake make tar xz rsync texlive-latex texlive-newunicodechar texlive-dvips pdf2svg ghostscript
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 with :
1414 persist-credentials : false
1515 - name : Build
Original file line number Diff line number Diff line change 44 build :
55 runs-on : macos-latest
66 steps :
7- - uses : actions/checkout@v4
7+ - uses : actions/checkout@v5
88 - name : Cache CPM.cmake packages
99 uses : actions/cache@v4
1010 with :
Original file line number Diff line number Diff line change 44 build :
55 runs-on : ubuntu-24.04
66 steps :
7- - uses : actions/checkout@v4
7+ - uses : actions/checkout@v5
88 - name : Basic linting
99 run : .github/ci.py
1010 - name : Install dependencies
Original file line number Diff line number Diff line change 44 build :
55 runs-on : macos-latest
66 steps :
7- - uses : actions/checkout@v4
7+ - uses : actions/checkout@v5
88 - name : Install dependencies
99 run : |
10- brew install sdl2 libvorbis webp ninja
10+ brew install sdl2 libvorbis webp
1111 - name : Build with CMake
1212 run : |
1313 cmake -Bbuild-cmake -GNinja
Original file line number Diff line number Diff line change 44 clang-cl :
55 runs-on : windows-2025
66 steps :
7- - uses : actions/checkout@v4
7+ - uses : actions/checkout@v5
88 - name : Cache CPM.cmake packages
99 uses : actions/cache@v4
1010 with :
2929 msvc :
3030 runs-on : windows-2025
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333 - name : Cache CPM.cmake packages
3434 uses : actions/cache@v4
3535 with :
5757 steps :
5858 - name : Install dependencies
5959 run : microdnf install -y cmake ninja-build mingw64-pkg-config mingw64-libvorbis mingw64-SDL2 mingw64-fontconfig mingw64-libwebp mingw64-dlfcn mingw32-nsis mingw64-gcc-c++ tar gzip
60- - uses : actions/checkout@v4
60+ - uses : actions/checkout@v5
6161 - name : Build with CMake and GCC
6262 run : |
6363 mingw64-cmake -Bbuild-windows -DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=0
You can’t perform that action at this time.
0 commit comments