Skip to content

Commit

Permalink
Empty the workspace rather than cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Mar 4, 2023
1 parent da25268 commit a2a6381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- name: Remove workspace
shell: bash
run: rm ${GIT_WORKSPACE}/workspace.toml
run: echo > ${GIT_WORKSPACE}/workspace.toml

- name: git-workspace archive
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit a2a6381

Please sign in to comment.