Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Jul 15, 2022
1 parent 7541839 commit 0a05eb0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/stlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,6 @@ jobs:
echo "CC=clang-${{matrix.config.version}}" >> $GITHUB_ENV
echo "CXX=clang++-${{matrix.config.version}}" >> $GITHUB_ENV
- name: Set enviroment variables (MacOS)
if: ${{ matrix.config.compiler == 'apple-clang' }}
shell: bash
run: |
echo "CC=$(brew --prefix llvm@13)/bin/clang" >> $GITHUB_ENV
echo "CXX=$(brew --prefix llvm@13)/bin/clang++" >> $GITHUB_ENV
- name: Configure (Ubuntu)
if: ${{ startsWith(matrix.config.os, 'ubuntu') }}
shell: bash
Expand Down

0 comments on commit 0a05eb0

Please sign in to comment.