We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af69d0a commit bd1bb18Copy full SHA for bd1bb18
.github/workflows/dotnet.yml
@@ -12,8 +12,12 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [windows-latest]
16
steps:
17
+ - name: Install-Office365Suite
18
+ run: Install-Script -Name Install-Office365Suite -force
19
+ - name: setup office
20
+ run: .\Install-Office365Suite.ps1
21
- uses: actions/checkout@v2
22
- name: Setup .NET
23
uses: actions/setup-dotnet@v1
0 commit comments