Skip to content

Commit

Permalink
Experimenting to see if something/anything will fix macos build failu…
Browse files Browse the repository at this point in the history
…re on Github Actions.
  • Loading branch information
jgaa committed May 6, 2024
1 parent 418816e commit cd7aedf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# - os: windows-latest
# compiler: msvc
- os: macos-latest
compiler: llvm
compiler:

steps:
- name: Checkout code
Expand Down Expand Up @@ -51,6 +51,11 @@ jobs:
vcpkg: true
cppcheck: false

- name: Install compiler for Macos
if: startsWith(matrix.os, 'macos')
run: |
brew install llvm
- name: Prepare the PATH
run: |
if [[ "${{ runner.os }}" == "Windows" ]]; then
Expand Down

0 comments on commit cd7aedf

Please sign in to comment.