From: AeonLucid Date: Wed, 30 Sep 2020 23:36:31 +0000 (+0200) Subject: Hack X-Git-Tag: v1.1.0~1^2~5 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=7e11820363084cd4318cbfee6f72f7867a187cae;p=rhonda%2Fimpostor.git Hack --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9cbc22d..de987ef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,11 +28,16 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.100-rc.1.20452.10 + dotnet-version: 3.1.402 - name: Install dependencies run: dotnet restore ./src - name: Build Impostor.Client run: msbuild ./src/Impostor.Client/Impostor.Client.csproj /p:Configuration=Release + - + name: Setup .NET Core + uses: actions/setup-dotnet@v1 + with: + dotnet-version: 5.0.100-rc.1.20452.10 - name: Build Impostor.Server run: dotnet build --no-restore -c Release -f netcoreapp3.1 ./src/Impostor.Server/Impostor.Server.csproj /p:PublishTrimmed=false - name: Test