Skip to content

Commit

Permalink
iwyu
Browse files Browse the repository at this point in the history
  • Loading branch information
hotstreams committed Aug 26, 2024
1 parent bc19c26 commit 2d2971f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ jobs:
- name: Work around broken packaging
run: |
sudo touch /usr/lib/llvm-$LLVM_MAJOR/lib/libclang-$LLVM_MAJOR.so.1
- name: Work around broken packaging
run: |
git clone [email protected]:include-what-you-use/include-what-you-use.git
cd include-what-you-use.git
- name: Checkout repo
uses: actions/checkout@v4
with:
repository: include-what-you-use/include-what-you-use
- name: Build include-what-you-use
run: |
mkdir build
Expand Down

0 comments on commit 2d2971f

Please sign in to comment.