Skip to content

Commit

Permalink
Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhan committed Aug 9, 2023
1 parent d32362d commit dd6f53d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,11 @@ jobs:
- name: Install LLVM ${{ matrix.cases.toolchain-version }}
if: ${{ !startsWith(matrix.cases.os, 'windows') && matrix.cases.toolchain == 'llvm' }}
run: |
sudo apt-get autoremove -y clang
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh ${{ matrix.cases.toolchain-version }}
echo "build --config=clang" > $HOME/.bazelrc
apt policy clang
sudo ln -sf /usr/bin/clang-${{ matrix.cases.toolchain-version }} /usr/bin/clang
clang --version
# - name: "FIXME: Early exit"
# run: exit -1
Expand Down

0 comments on commit dd6f53d

Please sign in to comment.