Skip to content

Commit

Permalink
try replacing workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 19, 2024
1 parent c5fbee0 commit 52b4b69
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/derecho.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
steps:
- name: Prepare system
run: |
rm $SCRATCH/cs.s*
rm -fr $SCRATCH/SMS_Ld2*
rm -fr $GITHUB_WORKSPACE
rm -fr $SCRATCH/cs.s* $SCRATCH/SMS_Ld2* $GITHUB_WORKSPACE
mkdir $GITHUB_WORKSPACE
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 52b4b69

Please sign in to comment.