Skip to content

Commit 77e93d0

Browse files
committed
Apply CI fix to Windows part
1 parent b5a9887 commit 77e93d0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ jobs:
4141
uses: actions/setup-dotnet@v3
4242
with:
4343
dotnet-version: 8.x.x
44+
45+
- name: Clear NuGet cache # to prevent error NU1403: Package content hash validation failed for FSharp.Core.8.0.403. The package is different than the last restore.
46+
run: dotnet nuget locals all --clear
47+
48+
- name: Restore dependencies
49+
run: dotnet restore --force-evaluate
50+
4451
- name: Build and test
4552
working-directory: ./
4653
run: ./build.cmd runtests

0 commit comments

Comments
 (0)