Skip to content

Commit

Permalink
Revert "Work around faulty Windows actions worker configs"
Browse files Browse the repository at this point in the history
This reverts commit 5c72225.
  • Loading branch information
Sainan committed Sep 6, 2023
1 parent 0f5b5ad commit cdbede4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit cdbede4

Please sign in to comment.