diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19c6ea01..df7832f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |