Skip to content

Commit

Permalink
another try to remove directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
aregtech committed Oct 15, 2024
1 parent 11bee79 commit 1e66b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ jobs:
- name: Config Git add safe directory
if: matrix.config.family == 'cygwin'
shell: bash
run: rm -r -f ${GITHUB_WORKSPACE}/*
run: rm -r -f ${{github.workspace}}/*

0 comments on commit 1e66b27

Please sign in to comment.