Skip to content

Commit a8aea86

Browse files
committed
WIP 1
Signed-off-by: Máté Tokodi [email protected]
1 parent 8ab4999 commit a8aea86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/actions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v4
3636
with:
37-
submodules: true
37+
submodules: recursive
3838
- name: Install Packages
3939
run: |
4040
brew update
41-
brew install cmake ninja pkg-config
41+
brew install ninja pkg-config
4242
- name: Build x64
4343
env:
4444
BUILD_OPTIONS: -DWALRUS_MODE=${{ matrix.mode }} -DWALRUS_OUTPUT=shell -GNinja
@@ -65,11 +65,11 @@ jobs:
6565
steps:
6666
- uses: actions/checkout@v4
6767
with:
68-
submodules: true
68+
submodules: recursive
6969
- name: Install Packages
7070
run: |
7171
brew update
72-
brew install cmake ninja
72+
brew install ninja
7373
- name: Build arm64
7474
env:
7575
BUILD_OPTIONS: -DWALRUS_MODE=${{ matrix.mode }} -DWALRUS_OUTPUT=shell -GNinja

0 commit comments

Comments
 (0)