Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Zhang <[email protected]>
  • Loading branch information
ZCG-coder authored Apr 7, 2024
1 parent b388a51 commit c99ccf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
- name: Set up Homebrew
if: ${{ matrix.os == "macos-latest" }}
if: ${{ matrix.os == 'macos-latest' }}
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Install GCC
if: ${{ matrix.os == "macos-latest" }}
if: ${{ matrix.os == 'macos-latest' }}
run: brew install gcc

- name: Set up Python
Expand Down

0 comments on commit c99ccf1

Please sign in to comment.