Skip to content

Commit

Permalink
remove llvm installation on amd64
Browse files Browse the repository at this point in the history
Signed-off-by: Hajime Tazaki <thehajime@gmail.com>
  • Loading branch information
thehajime committed Jul 10, 2024
1 parent 31d6299 commit 20f7bdc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ jobs:
path: src/frankenlibc
submodules: true

- name: Install LLVM and Clang
if: runner.os == 'linux' && matrix.arch == 'amd64'
uses: KyleMayes/install-llvm-action@v1
with:
version: "10.0"

- name: Set env
shell: bash
run: |
Expand Down

0 comments on commit 20f7bdc

Please sign in to comment.