Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Jan 16, 2025
1 parent 53faaae commit 9c00792
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-windows-selfhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
steps:
- name: clean
shell: C:\cygwin64\bin\bash.exe --login '{0}'
run: |
cd $GITHUB_WORKSPACE && ls -lR && rm -vrf ./fstar
run: cd $GITHUB_WORKSPACE && ls -lR && rm -vrf ./fstar && echo "There is a CR at the end of this line"
# ^ remove the directory where the package extracts to and builds,
# all files from previous runs remain the runner's working directory
# otherwise.
Expand Down

0 comments on commit 9c00792

Please sign in to comment.