Skip to content

Commit bd1bb18

Browse files
committed
giving Install-Office365Suite a try
1 parent af69d0a commit bd1bb18

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [ubuntu-latest, macos-latest, windows-latest]
15+
os: [windows-latest]
1616
steps:
17+
- name: Install-Office365Suite
18+
run: Install-Script -Name Install-Office365Suite -force
19+
- name: setup office
20+
run: .\Install-Office365Suite.ps1
1721
- uses: actions/checkout@v2
1822
- name: Setup .NET
1923
uses: actions/setup-dotnet@v1

0 commit comments

Comments
 (0)