Skip to content

Commit

Permalink
Added "corepack enable" based on https://stackoverflow.com/questions/…
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrKarczmarz committed Aug 7, 2024
1 parent b54d586 commit 5742baa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: |
cd src
dotnet tool restore
corepack enable
corepack install --global pnpm@8.6.7
dotnet cake

0 comments on commit 5742baa

Please sign in to comment.