Skip to content

Commit 1e2a121

Browse files
committed
yapb: update
1 parent 118d843 commit 1e2a121

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ jobs:
146146
run: |
147147
brew update
148148
brew install cmake gcc ninja fontconfig
149+
arch -x86_64 /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
150+
arch -x86_64 brew update
151+
arch -x86_64 brew install fontconfig
149152
- name: Configure
150153
run: cmake --preset "macos-ci-${{ matrix.arch }}"
151154
- name: Build and Package

3rdparty/yapb

Submodule yapb updated 1 file

0 commit comments

Comments
 (0)