Skip to content

Commit b2b330e

Browse files
patch workflow for dotnet tools not npm [skip ci]
1 parent 1b512bc commit b2b330e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pullrequest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
with:
3232
dotnet-version: '8.0.x'
3333

34-
- name: Restore NPM Packages
35-
run: npm install
34+
- name: Restore dotnet tools
35+
run: dotnet tool restore
3636

3737
- name: Build Site
3838
run: npm run build

0 commit comments

Comments
 (0)