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 e9245d8 commit b39f702
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,9 @@ jobs:

- name: Restore Windows environment variable
if: matrix.config.family == 'cygwin'
working-directory: ${{github.workspace}}
run: |
echo "PATH=%OLD_PATH%" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
rm .gitmodules
git rm --cached ./thirdparty/areg-sdk
rm -rf .git/modules/thirdparty/areg-sdk
rm -rf ./thirdparty/areg-sdk

0 comments on commit b39f702

Please sign in to comment.