From fbf66aa57b9521aa480d6c84e6f2edf9118341bd Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Fri, 2 Aug 2024 09:44:21 +0200 Subject: [PATCH] ci: remove unused var from Code Coverage job --- .github/workflows/CICD.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index b09366d7f..6c6f04064 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -964,9 +964,6 @@ jobs: # * use requested TOOLCHAIN if specified if [ -n "${{ matrix.job.toolchain }}" ]; then TOOLCHAIN="${{ matrix.job.toolchain }}" ; fi outputs TOOLCHAIN - # staging directory - STAGING='_staging' - outputs STAGING # target-specific options # * CARGO_FEATURES_OPTION CARGO_FEATURES_OPTION='--all-features' ; ## default to '--all-features' for code coverage