Skip to content

Commit

Permalink
use dos cmd for workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
turleypol committed Nov 28, 2022
1 parent 62bc1d8 commit 6fd485a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -109,6 +109,7 @@ jobs:
echo "CC=$c_compiler" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
- name: Windows Path Workaround
if: matrix.config.os == 'windows-latest'
shell: cmd
run: |
rmdir /s /q C:\Strawberry
exit /b 0
Expand Down

0 comments on commit 6fd485a

Please sign in to comment.