install pnpm
This commit is contained in:
parent
5c1a2951b9
commit
3597e8cd5d
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ jobs:
|
||||||
image: nseguin42/forgejo-runner:latest
|
image: nseguin42/forgejo-runner:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: install pnpm
|
||||||
|
run: npm install -g pnpm
|
||||||
- name: dotnet restore
|
- name: dotnet restore
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: dotnet build
|
- name: dotnet build
|
||||||
|
|
Loading…
Reference in a new issue