We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a479c73 commit 53177fbCopy full SHA for 53177fb
.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@v2
+ - uses: actions/checkout@v4
21
- name: Build
22
run: |
23
mkdir build
@@ -45,7 +45,7 @@ jobs:
45
run:
46
shell: msys2 {0}
47
48
49
- uses: msys2/setup-msys2@v2
50
with:
51
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