Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Hsu <kennethhsu@gmail.com>2021-02-08 04:17:12 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2021-02-08 04:17:12 +0300
commitddde4c8fd4e46f0716367b7a2779e1fe9bf60deb (patch)
treea722526633eba953f14ce9c8cb9e1c87bacaf828 /.github
parent274783f18b22d676ab3a7084149104126f5d312c (diff)
Install dependencies before checking out source.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index ebfbf2b60..5b356f980 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -24,12 +24,12 @@ jobs:
if: matrix.os == 'windows-latest'
uses: microsoft/setup-msbuild@v1.0.2
- - name: Checkout Source
- uses: actions/checkout@v2.3.4
-
- name: Install NuGet
uses: nuget/setup-nuget@v1.0.5
+ - name: Checkout Source
+ uses: actions/checkout@v2.3.4
+
- name: Build Duplicati
run: |
nuget restore Duplicati.sln