Skip to content

Commit

Permalink
Build llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
miry committed Jan 5, 2024
1 parent 98c9284 commit e4bd40e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ jobs:
sudo chown $(whoami) /opt/llvm/
sudo mkdir -p /var/cache
sudo chown $(whoami) /var/cache
- name: Build
run: |
cd omnibus
bundle check || bundle install --binstubs
bundle exec omnibus build llvm
ls -la omnibus/pkg

0 comments on commit e4bd40e

Please sign in to comment.