Skip to content

Commit

Permalink
build on president and ubuntu_lastest as well
Browse files Browse the repository at this point in the history
  • Loading branch information
azimafroozeh committed Sep 11, 2024
1 parent 55a225e commit 03ac8fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: true
matrix:
platform: [ macos-latest ]
platform: [ ubuntu-latest, macos-latest, president ]
build_type: [ Debug, Release ]
cxx: [ clang++ ]
runs-on: ${{ matrix.platform }}
Expand All @@ -37,10 +37,12 @@ jobs:
run: mkdir ${{github.workspace}}/build_${{ matrix.build_type }}

- name: Install LLVM with Clang-Tidy
if: matrix.platform == 'macos-latest'
run: |
brew install llvm
- name: Add LLVM to path
if: matrix.platform == 'macos-latest'
run: |
echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH
export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
Expand Down

0 comments on commit 03ac8fe

Please sign in to comment.