summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/workflow.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 234648476..98547a03d 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -200,7 +200,7 @@ jobs:
run: cargo install --version 0.3.4 cargo-wix
env:
# cargo-wix does not require static crt
- RUSTFLAGS: ''
+ RUSTFLAGS: ""
# Install Mercurial (pre-installed on Linux and windows)
- name: Setup | Mercurial (macos)
@@ -247,4 +247,3 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
- fail_ci_if_error: true