Skip to content

Commit 8ae3d59

Browse files
committed
Test windows-2022 with mingw to enable bash scripting.
1 parent d47c9f4 commit 8ae3d59

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/static.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
environment:
3030
name: github-pages
3131
url: ${{ steps.deployment.outputs.page_url }}
32-
runs-on: ubuntu-latest
32+
runs-on: windows-2022
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v3
@@ -39,6 +39,10 @@ jobs:
3939
uses: actions/setup-dotnet@v2
4040
with:
4141
dotnet-version: '6.x'
42+
- name: Set up MinGW
43+
uses: egor-tensin/setup-mingw@v2
44+
with:
45+
platform: x64
4246
- name: Download docfx
4347
run: wget https://github.com/dotnet/docfx/releases/download/v2.59.4/docfx.zip
4448
- name: Setup docfx

0 commit comments

Comments
 (0)