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 cf07457 commit 57d36e0Copy full SHA for 57d36e0
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
if: contains(matrix.platform.name, 'MinGW')
24
run: choco install ninja
25
- name: Get PhysicsFS sources
26
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
27
- name: Configure CMake
28
run: cmake -B build ${{ matrix.platform.flags }}
29
- name: Build
.github/workflows/os2.yml
@@ -6,7 +6,7 @@ jobs:
6
os2:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
10
- uses: open-watcom/setup-watcom@v0
11
- name: Build physfs.dll
12
run: |
0 commit comments