diff --git a/.github/workflows/continous_integration.yml b/.github/workflows/continous_integration.yml index 13e2fa360..9d7479715 100644 --- a/.github/workflows/continous_integration.yml +++ b/.github/workflows/continous_integration.yml @@ -31,6 +31,9 @@ jobs: steps: - uses: llvm/actions/install-ninja@main + - name: Install llvm 17 + run: choco install llvm --version 17.0.6 -y + - uses: actions/checkout@v2 with: fetch-depth: 1 diff --git a/.github/workflows/whip-build.yml b/.github/workflows/whip-build.yml index a597a5310..b54e6b104 100644 --- a/.github/workflows/whip-build.yml +++ b/.github/workflows/whip-build.yml @@ -13,6 +13,9 @@ jobs: steps: - uses: llvm/actions/install-ninja@main + - name: Install llvm 17 + run: choco install llvm --version 17.0.6 -y + - uses: actions/checkout@v2 with: fetch-depth: 1