Skip to content

Commit 80a51b0

Browse files
committed
Setup Paket in the testReleaseBinariesInWindows8 task
1 parent f58df6a commit 80a51b0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build+test+deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,12 @@ jobs:
116116
ls .\artifacts
117117
dotnet tool install --global dotnet-fsharplint --prerelease --add-source .\artifacts
118118
119-
- name: REmove global.json so that .NET 8 is used
119+
- name: Setup Paket
120+
run: |
121+
dotnet tool install --global paket --version 7.2.1
122+
paket restore
123+
124+
- name: Remove global.json so that .NET 8 is used
120125
run: |
121126
del .\global.json
122127
dotnet --info

0 commit comments

Comments
 (0)