From 51074701e32c0b45ed7419203062db8a4ca8926b Mon Sep 17 00:00:00 2001 From: ko1N Date: Mon, 15 Feb 2021 22:20:56 +0100 Subject: [PATCH] Changed llvm installation --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3c4c54..97e3583 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,10 +13,11 @@ jobs: - uses: actions/checkout@v2 with: submodules: 'true' - - name: install libclang - uses: crazy-max/ghaction-chocolatey@master + - name: install llvm and clang + uses: KyleMayes/install-llvm-action@v1 with: - args: install llvm + version: "10.0" + directory: ${{ runner.temp }}/llvm - name: set LIBCLANG_PATH run: echo "LIBCLANG_PATH=$((gcm clang).source -replace "clang.exe")" >> $env:GITHUB_ENV - name: build