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 20d192a commit 72918b9Copy full SHA for 72918b9
.github/workflows/cmake.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ${{ matrix.os }}
18
name: ${{ matrix.os }} - shared=${{ matrix.shared }}
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
21
- name: Build
22
run: |
23
mkdir build
@@ -60,7 +60,7 @@ jobs:
60
run:
61
shell: msys2 {0}
62
63
64
- uses: msys2/setup-msys2@v2
65
with:
66
install: gcc make mingw-w64-x86_64-cmake
.github/workflows/make.yml
@@ -16,7 +16,7 @@ jobs:
16
name: ${{ matrix.os }}
# TODO: update makefile to check MANIFEST
- name: Install dependencies (MacOS)
if: runner.os == 'macOS'
0 commit comments