diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 1812ed3..7c55e3c 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -14,8 +14,6 @@ jobs: - uses: actions/checkout@v2 with: submodules: 'recursive' - - name: Install dependencies - run: dotnet restore - name: Build run: dotnet build --configuration Release --no-restore - name: SS14.Launcher.Tests