Skip to content

Commit 47d65f9

Browse files
committed
try not restore
1 parent 4395d1b commit 47d65f9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,16 @@ jobs:
1414
runs-on: windows-latest
1515
steps:
1616
- uses: actions/checkout@v3
17-
- name: Restore depedencies
18-
run: dotnet restore -c Release
1917
- name: Build code
20-
run: dotnet build -c Release --no-restore
18+
run: dotnet build -c Release
2119
- name: Test
2220
run: dotnet test -c Release --no-build --verbosity normal
2321
linux-ubuntu:
2422
runs-on: ubuntu-latest
2523
container: sdflysha/dotnet6sdk-paddle:2.4.2-ubuntu22
2624
steps:
2725
- uses: actions/checkout@v3
28-
- name: Restore depedencies
29-
run: dotnet restore -c Release
3026
- name: Build code
31-
run: dotnet build -c Release --no-restore
27+
run: dotnet build -c Release
3228
- name: Test
3329
run: dotnet test -c Release --no-build --verbosity normal

0 commit comments

Comments
 (0)