Skip to content

Commit

Permalink
clong the toolchains repo as part of the build action
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkMyCar committed Jul 26, 2024
1 parent ca41c76 commit d4cceab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install required tools
run: sudo apt-get install -y zstd cmake

- name: Clone MaterializeInc/toolchains repo
uses: actions/checkout@v4

- name: Install bootstrap clang
run: sudo clang/llvm.sh ${{ inputs.clang_bootstrap_major_version }}

Expand Down

0 comments on commit d4cceab

Please sign in to comment.