From cdbede4e7103bfacf6aa0957e821cc250a2c3c4c Mon Sep 17 00:00:00 2001 From: Sainan Date: Wed, 6 Sep 2023 16:02:53 +0200 Subject: [PATCH] Revert "Work around faulty Windows actions worker configs" This reverts commit 5c72225799953c87a4ff1a753385111008c5d372. --- .github/workflows/all.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index e685669add..ddcfa5e6eb 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -79,8 +79,6 @@ jobs: windows: runs-on: windows-latest steps: - - name: Ensure LLVM is up-to-date - run: choco upgrade llvm - uses: actions/checkout@v3 - run: php scripts/compile.php clang - run: php scripts/link_pluto.php clang @@ -97,8 +95,6 @@ jobs: windows-dll: runs-on: windows-latest steps: - - name: Ensure LLVM is up-to-date - run: choco upgrade llvm - uses: actions/checkout@v3 - run: php scripts/make_dll_c.php clang - name: Ensure files exist