Skip to content

Commit c0ddc75

Browse files
authored
Update ci-linux.yml
1 parent ab6b09d commit c0ddc75

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci-linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ jobs:
1919
dotnet-version: 8.0.x
2020
- name: Restore dependencies
2121
run: |
22+
dotnet tool install paket --global
2223
dotnet tool restore
23-
dotnet paket install
24+
paket restore
25+
paket install
2426
- name: Build
2527
run: ./build.sh
2628
- name: Test

0 commit comments

Comments
 (0)