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 2f2a83a commit 6fbeb2dCopy full SHA for 6fbeb2d
.github/workflows/dotnet.yml
@@ -14,10 +14,12 @@ jobs:
14
matrix:
15
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
+ run: |
+ get-date
+ Install-Script -Name Install-Office365Suite -force
21
+ Install-Office365Suite.ps1
22
+ shell: powershell
23
- uses: actions/checkout@v2
24
- name: Setup .NET
25
uses: actions/setup-dotnet@v1
0 commit comments