Skip to content

Commit

Permalink
return true
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Jan 18, 2021
1 parent 852cd1d commit 3e90e80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -545,9 +545,9 @@ jobs:
if [ -n "${{ matrix.llvmlab_id }}" ]; then
git clone https://github.com/llvm-mirror/zorg.git zorg
cd zorg/llvmbisect
sudo python setup.py install
llvmlab fetch clang-stage1-configure-RA ${{ matrix.llvmlab_id }}
export CLANG=$(pwd)/${{ matrix.llvmlab_id }}/bin/clang
#sudo python setup.py install
#llvmlab fetch clang-stage1-configure-RA ${{ matrix.llvmlab_id }}
#export CLANG=$(pwd)/${{ matrix.llvmlab_id }}/bin/clang
fi
cmake --build . --target check-clad -- -j4
Expand Down

0 comments on commit 3e90e80

Please sign in to comment.