Skip to content

Commit 21dc538

Browse files
committed
restore args
1 parent 10abf2c commit 21dc538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
dotnet-version: ${{matrix.dotnet}}
4040
- name: Restore dependencies
41-
run: dotnet restore
41+
run: dotnet restore --use-current-runtime
4242
- name: Build
4343
run: dotnet build --no-restore /p:ContinuousIntegrationBuild=true
4444
- name: Test

0 commit comments

Comments
 (0)