Skip to content

Commit

Permalink
Try to fix runners again
Browse files Browse the repository at this point in the history
  • Loading branch information
Codinablack committed Nov 30, 2024
1 parent 788a41b commit 0edf8f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux_build_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows_build_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ 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
uses: actions/upload-artifact@v4
with:
name: BlackTek-Server-${{ matrix.os }}-${{ matrix.configuration }}
path: |
Black-Tek-Server.exe
*.pdb
Black-Tek-Server.exe

0 comments on commit 0edf8f9

Please sign in to comment.