Skip to content

Commit

Permalink
fix: windows uses msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Feb 16, 2024
1 parent ff0217a commit 16d311a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: ilammy/msvc-dev-cmd@v1
if: matrix.platform == 'windows-latest'

- name: Clone WebUI
run: git clone -b ext https://github.com/SpikeHD/webui.git
Expand Down

0 comments on commit 16d311a

Please sign in to comment.