Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/autotest' into autotest
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/cmake-multi-platform.yml
  • Loading branch information
axionbuster committed Feb 12, 2024
2 parents f9ab550 + e85105a commit a79149e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:
- os: windows-latest
c_compiler: gcc
- os: macos-latest
c_compiler: cl
- os: macos-latest
c_compiler: gcc
c_compiler: clang-17
cpp_compiler: clang++-17

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -59,12 +58,16 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
brew install llvm@17
echo "$PATH"
- name: On macOS, put clang-17 in PATH
if: matrix.os == 'macos-latest'
run: |
echo "PATH=/usr/local/opt/llvm/bin:$PATH" >> "$GITHUB_ENV"
echo "/usr/local/opt/llvm/bin" >> "$GITHUB_PATH"
- name: Print PATH
run: |
echo "$PATH"
ls /usr/local/opt/llvm/bin
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit a79149e

Please sign in to comment.