Skip to content

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Jul 3, 2024
1 parent 2d303e6 commit 21f3395
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
name: Install Ninja
run: |
choco install -y ninja
choco install llvm --version=${{ env.LLVM_VERSION }}
choco install -y llvm --version=${{ env.LLVM_VERSION }}
- if: ${{ inputs.no-cache || !steps.cache.outputs.cache-hit }}
name: Clone Submodules
run: |
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Install Ninja
run: |
choco install -y ninja
choco install llvm --version=${{ env.LLVM_VERSION }}
choco install -y llvm --version=${{ env.LLVM_VERSION }}
- name: Setup Bun
uses: ./.github/actions/setup-bun
with:
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
- name: Install Ninja
run: |
choco install -y ninja
choco install llvm --version=${{ env.LLVM_VERSION }}
choco install -y llvm --version=${{ env.LLVM_VERSION }}
- name: Setup Bun
uses: ./.github/actions/setup-bun
with:
Expand Down

0 comments on commit 21f3395

Please sign in to comment.