From 7d4a62275d969a134a1f9c80d489f45eddd0b2ae Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 11 Jan 2020 21:38:15 +0100 Subject: Don't be overly generic --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github/workflows/ci.yaml') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3a2bdb4a6..9c81dd97e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,6 @@ jobs: RUN_SLOW_TESTS: 1 RUSTUP_MAX_RETRIES: 10 CARGO_NET_RETRY: 10 - PROFILE: debug steps: - name: Checkout repository @@ -76,7 +75,7 @@ jobs: - name: Prepare cache 2 if: matrix.os == 'windows-latest' - run: Remove-Item ./target/${{ env.PROFILE }}/xtask.exe + run: Remove-Item ./target/debug/xtask.exe type-script: name: TypeScript -- cgit v1.2.3