Skip to content

Commit

Permalink
clang-ci-fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ptheywood committed Jan 5, 2024
1 parent 512de79 commit 7904914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
VISUALISATION: "ON"

# Name the job based on matrix/env options
name: "build (${{ matrix.cudacxx.cuda }}, ${{matrix.python}}, ${{ matrix.VISUALISATION }}, ${{ matrix.config.name }}, ${{ matrix.cudacxx.os }})"
name: "build (${{ matrix.cudacxx.cuda }}, ${{ matrix.cudacxx.hostcxx }}, ${{matrix.python}}, ${{ matrix.VISUALISATION }}, ${{ matrix.config.name }}, ${{ matrix.cudacxx.os }})"

# Define job-wide env constants, and promote matrix elements to env constants for portable steps.
env:
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
echo "CUDAHOSTCXX=/usr/bin/g++-${gcc_version}" >> $GITHUB_ENV
- name: Install/Select clang and clang++
if: ${{ startsWith(env.HOSTCXX, 'clang')}}
if: ${{ startsWith(env.HOSTCXX, 'clang-')}}
run: |
clang=${{ env.HOSTCXX }}
clang_version=${clang/clang-/}
Expand Down

0 comments on commit 7904914

Please sign in to comment.