Skip to content

Commit

Permalink
update global.json path in actions-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarnam committed Feb 22, 2023
1 parent 68c6852 commit f24e2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install .NET Core SDK
uses: actions/setup-dotnet@v3
with:
global-json-file: ..\..\global.json
global-json-file: global.json

- name: Restore dependencies
run: dotnet restore
Expand Down

0 comments on commit f24e2a4

Please sign in to comment.