Skip to content

Commit

Permalink
fix compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolae-Andrei Cociorba committed Jun 1, 2024
1 parent 003c001 commit 9c26dbb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
c_compiler: [clang]
include:
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
c_compiler: /usr/bin/clang-16
cpp_compiler: /usr/bin/clang++-16

steps:
- uses: actions/checkout@v4
Expand All @@ -43,7 +43,6 @@ jobs:
sudo ./llvm.sh 16
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-16 90
- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
id: strings
Expand Down

0 comments on commit 9c26dbb

Please sign in to comment.