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
|
override: true
|
||||||
default: true
|
default: true
|
||||||
|
|
||||||
- name: '🛠️ Add msbuild to PATH'
|
- name: '🛠️ Activate Developer Command Prompt'
|
||||||
if: contains(matrix.config.os, 'win')
|
if: contains(matrix.config.os, 'win')
|
||||||
uses: microsoft/setup-msbuild@v1.0.3
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
with:
|
with:
|
||||||
vs-version: '16.5'
|
arch: ${{ matrix.config.arch }}
|
||||||
|
|
||||||
- name: '🛠️ Win build dependencies'
|
- name: '🛠️ Win build dependencies'
|
||||||
if: contains(matrix.config.os, 'win')
|
if: contains(matrix.config.os, 'win')
|
||||||
|
Loading…
Reference in New Issue
Block a user