Skip to content

Commit

Permalink
GitHub Actions: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
superg committed May 25, 2024
1 parent 7c4beb6 commit 07a0973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
steps:
- name: Customize Software (Linux)
if: ${{ matrix.os == 'ubuntu-24.04' }}
run: sudo apt-get install clang-18 lld-18 clang-tools-18 libc++-18-dev ninja-build cmake
run: sudo apt-get install clang-18 lld-18 clang-tools-18 libc++-18-dev ninja-build

- name: Customize Software (macOS)
if: ${{ matrix.os == 'macos-14' }}
run: brew install llvm@18 ninja cmake
run: brew install llvm@18 ninja

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 07a0973

Please sign in to comment.