Skip to content

Commit

Permalink
yml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Jun 10, 2024
1 parent bf7dd06 commit dfab518
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/cmake-multi-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,16 @@ jobs:
- uses: actions/checkout@v3

- name: Set reusable strings

id: strings
shell: bash
run: |
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
- name: Install dependencies on macOS
if: runner.os == 'macOS'
run: |
brew update
brew install ccache
if: runner.os == 'macOS'
run: |
brew update
brew install ccache
- name: Configure CMake
run: >
Expand Down

0 comments on commit dfab518

Please sign in to comment.