Skip to content

Commit

Permalink
build: another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriankhl committed May 28, 2024
1 parent f7292ee commit 9cc4a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ jobs:
windows-latest-cmake-cpu-release:
runs-on: windows-latest
steps:
- uses: ilammy/msvc-dev-cmd@v1

- name: Clone
id: checkout
uses: actions/checkout@v4
Expand All @@ -151,7 +153,6 @@ jobs:
git submodule update --init --recursive
- name: Scoop dependencies
shell: powershell
run: |
irm get.scoop.sh | iex
scoop install ninja llvm
Expand All @@ -160,7 +161,6 @@ jobs:
- name: Build
id: cmake_build
uses: ilammy/msvc-dev-cmd@v1
run: |
mkdir build
cd build
Expand Down

0 comments on commit 9cc4a6c

Please sign in to comment.