From f7181dc5b93384e75cf1271578558421d1ed825a Mon Sep 17 00:00:00 2001 From: Kaede Date: Tue, 14 May 2024 19:42:31 +0200 Subject: [PATCH] https://ss14.ac/dump/playstation.mp4 --- .github/workflows/build-test.yml | 2 -- 1 file changed, 2 deletions(-) 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