aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-01-11 20:37:09 +0000
committerGitHub <[email protected]>2020-01-11 20:37:09 +0000
commit867081220921c1c593f11866bbdba8b845090c07 (patch)
tree150cef998b573729882fcd49fc01487ddea1acf5 /.github/workflows/ci.yaml
parent7c1af25b228dd2d039dd7129aab5798fd18f0d6a (diff)
parent2187732fb5a4c9ae79a93b01cf82ec87f3750f9f (diff)
Merge pull request #2766 from gilescope/windows-build
Upload PR
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index e7e0d599e..3a2bdb4a6 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -20,6 +20,7 @@ jobs:
20 RUN_SLOW_TESTS: 1 20 RUN_SLOW_TESTS: 1
21 RUSTUP_MAX_RETRIES: 10 21 RUSTUP_MAX_RETRIES: 10
22 CARGO_NET_RETRY: 10 22 CARGO_NET_RETRY: 10
23 PROFILE: debug
23 steps: 24 steps:
24 25
25 - name: Checkout repository 26 - name: Checkout repository
@@ -75,8 +76,7 @@ jobs:
75 76
76 - name: Prepare cache 2 77 - name: Prepare cache 2
77 if: matrix.os == 'windows-latest' 78 if: matrix.os == 'windows-latest'
78 run: Remove-Item ./target/debug/xtask.exe 79 run: Remove-Item ./target/${{ env.PROFILE }}/xtask.exe
79
80 80
81 type-script: 81 type-script:
82 name: TypeScript 82 name: TypeScript