Stop testing on Windows via GitHub Actions
The builds seem to be choking for the past few days due to the presence of symlinked files. Fortunately, AppVeyor builds continue to run as before.
This commit is contained in:
parent
24a509f68b
commit
56ed7bed5d
|
@ -22,7 +22,6 @@ jobs:
|
|||
- default-site
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue