Skip to content

Commit

Permalink
Add workspace cleanup to build.yml (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilvas99 committed Nov 20, 2023
1 parent af48ef8 commit e733a55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
# container: debian:bullseye
continue-on-error: true
steps:
- uses: AutoModality/action-clean@v1
- name: Checkout
uses: actions/checkout@v3
- name: Install tools
Expand Down Expand Up @@ -121,6 +122,7 @@ jobs:
# container: debian:bullseye
continue-on-error: true
steps:
- uses: AutoModality/action-clean@v1
- name: Checkout
uses: actions/checkout@v3
- name: Install tools
Expand Down Expand Up @@ -211,6 +213,7 @@ jobs:
# container: debian:bullseye
continue-on-error: true
steps:
- uses: AutoModality/action-clean@v1
- name: Checkout
uses: actions/checkout@v3
- name: Install tools
Expand Down

0 comments on commit e733a55

Please sign in to comment.