diff options
author | 2023-09-20 15:56:05 +0200 | |
---|---|---|
committer | 2023-09-20 15:56:05 +0200 | |
commit | 76873921af3cd04ac0cbed01ebbd66936454dbe3 (patch) | |
tree | c365d6a7044e0f046320cb557d7e21016ef525b9 /.github | |
parent | 2f7ff1471d1f6119c769c77fa138a63e95b5d881 (diff) | |
download | iced-76873921af3cd04ac0cbed01ebbd66936454dbe3.tar.gz iced-76873921af3cd04ac0cbed01ebbd66936454dbe3.tar.bz2 iced-76873921af3cd04ac0cbed01ebbd66936454dbe3.zip |
Fix `build` workflow in GitHub CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b30b7a61..7cfbff89 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |