Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
aregtech committed Oct 15, 2024
1 parent b39f702 commit 54f6296
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,10 @@ jobs:

- name: Restore Windows environment variable
if: matrix.config.family == 'cygwin'
shell: bash.exe
working-directory: ${{github.workspace}}
run: |
rm .gitmodules
git rm --cached ./thirdparty/areg-sdk
rm -rf .git/modules/thirdparty/areg-sdk
rm -rf ./thirdparty/areg-sdk
rm -r -f .git/modules/thirdparty/areg-sdk
rm -r -f ./thirdparty/areg-sdk

0 comments on commit 54f6296

Please sign in to comment.