Fix windows build for rust
This commit is contained in:
parent
30ff407e67
commit
53e31363f5
6
.github/workflows/Crate-publishing.yml
vendored
6
.github/workflows/Crate-publishing.yml
vendored
@ -55,11 +55,11 @@ jobs:
|
||||
override: true
|
||||
default: true
|
||||
|
||||
- name: '🛠️ Add msbuild to PATH'
|
||||
- name: '🛠️ Activate Developer Command Prompt'
|
||||
if: contains(matrix.config.os, 'win')
|
||||
uses: microsoft/setup-msbuild@v1.0.3
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
with:
|
||||
vs-version: '16.5'
|
||||
arch: ${{ matrix.config.arch }}
|
||||
|
||||
- name: '🛠️ Win build dependencies'
|
||||
if: contains(matrix.config.os, 'win')
|
||||
|
Loading…
Reference in New Issue
Block a user