Fix build workflow in GitHub CI

This commit is contained in:
Héctor Ramón Jiménez 2023-09-20 15:56:05 +02:00
parent 2f7ff1471d
commit 76873921af
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -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