|
@@ -23,7 +23,7 @@ jobs:
|
|
|
if: contains(matrix.platform.name, 'MinGW')
|
|
if: contains(matrix.platform.name, 'MinGW')
|
|
|
run: choco install ninja
|
|
run: choco install ninja
|
|
|
- name: Get PhysicsFS sources
|
|
- name: Get PhysicsFS sources
|
|
|
- uses: actions/checkout@v2
|
|
|
|
|
|
|
+ uses: actions/checkout@v3
|
|
|
- name: Configure CMake
|
|
- name: Configure CMake
|
|
|
run: cmake -B build ${{ matrix.platform.flags }}
|
|
run: cmake -B build ${{ matrix.platform.flags }}
|
|
|
- name: Build
|
|
- name: Build
|