From 0edf8f918762edb7a19e01751f7b41cb0e049933 Mon Sep 17 00:00:00 2001 From: codinablack Date: Sat, 30 Nov 2024 03:27:27 -0600 Subject: [PATCH] Try to fix runners again --- .github/workflows/linux_build_runner.yml | 3 +-- .github/workflows/windows_build_runner.yml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux_build_runner.yml b/.github/workflows/linux_build_runner.yml index 2fb7186e..f33fff98 100644 --- a/.github/workflows/linux_build_runner.yml +++ b/.github/workflows/linux_build_runner.yml @@ -45,8 +45,7 @@ jobs: - name: Install Vcpkg Libraries run: | vcpkg install - vcpkg install --additional-features=static-libs - + vcpkg install --additional-features=static - name: Build Project run: | make -j $(nproc) config=${{ matrix.configuration }}_${{ matrix.platform }} diff --git a/.github/workflows/windows_build_runner.yml b/.github/workflows/windows_build_runner.yml index a2283b50..ffe9cb24 100644 --- a/.github/workflows/windows_build_runner.yml +++ b/.github/workflows/windows_build_runner.yml @@ -46,6 +46,7 @@ jobs: - name: Build Project run: | + cd D:\a\BlackTek-Server\BlackTek-Server msbuild Black-Tek-Server.sln /p:Configuration=${{ matrix.configuration }} /m - name: Upload Artifact @@ -53,5 +54,4 @@ jobs: with: name: BlackTek-Server-${{ matrix.os }}-${{ matrix.configuration }} path: | - Black-Tek-Server.exe - *.pdb \ No newline at end of file + Black-Tek-Server.exe \ No newline at end of file