From ddde4c8fd4e46f0716367b7a2779e1fe9bf60deb Mon Sep 17 00:00:00 2001 From: Kenneth Hsu Date: Sun, 7 Feb 2021 17:17:12 -0800 Subject: [PATCH] Install dependencies before checking out source. --- .github/workflows/tests.yml | 6 +++--- 1 file 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