Fix build workflow in GitHub CI
This commit is contained in:
parent
2f7ff1471d
commit
76873921af
1 changed files with 0 additions and 1 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -40,7 +40,6 @@ jobs:
|
|||
- uses: actions/checkout@master
|
||||
- name: Enable static CRT linkage
|
||||
run: |
|
||||
mkdir .cargo
|
||||
echo '[target.x86_64-pc-windows-msvc]' >> .cargo/config
|
||||
echo 'rustflags = ["-Ctarget-feature=+crt-static"]' >> .cargo/config
|
||||
- name: Run the application without starting the shell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue