Skip to content

Commit ec78c0b

Browse files
committed
Retarget ArchiSteamFarm V5.4.0.3
1 parent acf22c5 commit ec78c0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
timeout_minutes: 10
3939
max_attempts: 10
4040
shell: pwsh
41-
command: dotnet build -c "${{ matrix.configuration }}" -p:ContinuousIntegrationBuild=true -p:UseAppHost=false -p:isolate=true -p:maxcpucount=1 --nologo --framework=${{ env.DOTNET_FRAMEWORK }}
41+
command: dotnet build -c "${{ matrix.configuration }}" -p:ContinuousIntegrationBuild=true -p:UseAppHost=false -p:isolate=true --nologo --framework=${{ env.DOTNET_FRAMEWORK }}
4242

4343
- name: Test ${{ matrix.configuration }}
4444
run: dotnet test --no-build --verbosity normal -c "${{ matrix.configuration }}" -p:ContinuousIntegrationBuild=true -p:UseAppHost=false --nologo --framework=${{ env.DOTNET_FRAMEWORK }}

ArchiSteamFarm

Submodule ArchiSteamFarm updated 142 files

0 commit comments

Comments
 (0)