Skip to content

Commit

Permalink
pspreview_4
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Nov 6, 2023
1 parent a8156e6 commit 8408d5a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
paths-ignore:
- '**.md'
- '.all-contributorsrc'
env:
PATH: ${{ github.workspace }}/.dotnet/tools:$PATH

jobs:
build:
Expand All @@ -21,9 +23,6 @@ jobs:
shell: pwsh
run: |
dotnet tool install --global PowerShell
$oldpath = [System.Environment]::GetEnvironmentVariable('PATH', 'User')
[System.Environment]::SetEnvironmentVariable('PATH', 'C:\Users\runneradmin\.dotnet\tools;' + $oldPath, 'User')
[System.Environment]::GetEnvironmentVariable('PATH', 'User')
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 8408d5a

Please sign in to comment.