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