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 8ab4999 commit a8aea86Copy full SHA for a8aea86
.github/workflows/actions.yml
@@ -34,11 +34,11 @@ jobs:
34
steps:
35
- uses: actions/checkout@v4
36
with:
37
- submodules: true
+ submodules: recursive
38
- name: Install Packages
39
run: |
40
brew update
41
- brew install cmake ninja pkg-config
+ brew install ninja pkg-config
42
- name: Build x64
43
env:
44
BUILD_OPTIONS: -DWALRUS_MODE=${{ matrix.mode }} -DWALRUS_OUTPUT=shell -GNinja
@@ -65,11 +65,11 @@ jobs:
65
66
67
68
69
70
71
72
- brew install cmake ninja
+ brew install ninja
73
- name: Build arm64
74
75
0 commit comments