Skip to content

Commit

Permalink
macos-12のciでbrewを使わない
Browse files Browse the repository at this point in the history
  • Loading branch information
na-trium-144 committed Oct 12, 2024
1 parent 2c485a6 commit 0d9bcb5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,11 @@ jobs:
name: Build on macos-12 ${{matrix.arch}}
steps:
- uses: actions/checkout@v4
- name: Install dependencies
env:
HOMEBREW_NO_AUTO_UPDATE: 1
run: |
brew update --preinstall
brew install meson nasm

- uses: actions/setup-python@v4
- uses: ilammy/setup-nasm@v1
- name: Install Meson
run: pip install meson

- name: Setup Meson
run: >
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/cmake-test-macos-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,10 @@ jobs:
# - run: git submodule update --init
# if: matrix.dep == 'submodule'

- name: Install Homebrew dependencies
env:
HOMEBREW_NO_AUTO_UPDATE: 1
run: |
brew update --preinstall
brew install meson
- uses: actions/setup-python@v4
- uses: ilammy/setup-nasm@v1
- name: Install Meson
run: pip install meson

- name: Setup Meson
run: >
Expand Down

0 comments on commit 0d9bcb5

Please sign in to comment.