Skip to content

Commit 6fbeb2d

Browse files
committed
Update dotnet.yml
1 parent 2f2a83a commit 6fbeb2d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ jobs:
1414
matrix:
1515
os: [windows-latest]
1616
steps:
17-
- name: Install-Office365Suite
18-
run: Install-Script -Name Install-Office365Suite -force
1917
- name: setup office
20-
run: Install-Office365Suite.ps1
18+
run: |
19+
get-date
20+
Install-Script -Name Install-Office365Suite -force
21+
Install-Office365Suite.ps1
22+
shell: powershell
2123
- uses: actions/checkout@v2
2224
- name: Setup .NET
2325
uses: actions/setup-dotnet@v1

0 commit comments

Comments
 (0)