Skip to content

Commit

Permalink
pspreview_5
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Nov 6, 2023
1 parent 8408d5a commit 44df39b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- '**.md'
- '.all-contributorsrc'
env:
PATH: ${{ github.workspace }}/.dotnet/tools:$PATH
PATH: ${{ github.workspace }}/.dotnet/tools;$PATH

jobs:
build:
Expand All @@ -22,6 +22,8 @@ jobs:
- name: HACK - Install Latest PowerShell (so we get v7.3+ that uses .net 7)
shell: pwsh
run: |
[System.Environment]::GetEnvironmentVariable('PATH', 'User')
[System.Environment]::GetEnvironmentVariable('PATH', 'Process')
dotnet tool install --global PowerShell
- name: Checkout
Expand Down

0 comments on commit 44df39b

Please sign in to comment.