Skip to content

Commit

Permalink
fix(ci): Cleanup unneeded steps
Browse files Browse the repository at this point in the history
  • Loading branch information
bengreenier committed Oct 29, 2021
1 parent ad23dfd commit 923cac6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
name: ${{ env.NAME }}
subfolder: ${{ matrix.template }}
other: ${{ format('--{0} --define version="{1}" --define description="{2}"', matrix.type, matrix.version, matrix.description) }}
other: ${{ format('--{0} --define version={1} --define description={2}', matrix.type, matrix.version, matrix.description) }}
# we need to move the generated project to a temp folder, away from the template project
# otherwise `cargo` runs would fail
# see https://github.com/rust-lang/cargo/issues/9922
Expand All @@ -49,6 +49,3 @@ jobs:
cargo install just
just install-tools
just test
# Cleanup after ourselves if running locally
- run: rm -rf ${{ runner.temp }}/${{ env.NAME }}
if: ${{ env.ACT }}

0 comments on commit 923cac6

Please sign in to comment.