diff options
author | Ryo Nakamura <upa@haeena.net> | 2022-11-24 23:03:22 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2022-11-24 23:03:22 +0900 |
commit | 52fc2a71b04f5ca1bb94e7a5fa8b29d90f8c6b60 (patch) | |
tree | 13d41367a8a0a8e2b724d8fffa3f946f24786a56 /.github | |
parent | b46a6f15c1548121747dfafdf9cec9130944be4b (diff) |
fix build-macos.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index a3cd55a..f64e2e7 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -23,7 +23,7 @@ jobs: submodules: true - name: install build dependency - run: ./scripts/install-build-deps.sh + run: ./scripts/install-build-deps.sh - name: save homebrew prefix id: brew-prefix |