Try Make on Windows

This commit is contained in:
Anton Tayanovskyy 2021-11-19 22:38:57 -05:00
parent f4873b9560
commit 898fe20af5

View file

@ -305,6 +305,12 @@ jobs:
PULUMI_LOCAL_NUGET: "D:\\Pulumi\\nuget"
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- name: Install Make
run: |
choco install make
- name: Test Make
run: |
make -n ensure
- name: Install DotNet ${{ matrix.dotnet }}
uses: actions/setup-dotnet@v1
with: