Skip to content

Commit

Permalink
Remove explicit clang version selection
Browse files Browse the repository at this point in the history
  • Loading branch information
aeris170 committed Aug 31, 2024
1 parent 9c3815e commit dfa5957
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ jobs:
key: ${{ runner.os }}-vcpkg-${{ hashFiles('**/vcpkg.json') }}
restore-keys: |
${{ runner.os }}-vcpkg-
- name: Choose Clang version (for Linux)
if: runner.os == 'Linux'
run: |
echo "C=clang-18" >> $GITHUB_ENV
echo "CXX=clang++-18" >> $GITHUB_ENV
- name: Run (Linux-specific) script for apt-get
if: runner.os == 'Linux'
Expand Down

0 comments on commit dfa5957

Please sign in to comment.