Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
fix: add libtorrent to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
int-72h committed Apr 1, 2024
1 parent e84c006 commit dbcb7b6
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 1,407 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Update Stuff
run: |
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev libnotify-dev
sudo apt-get install -y libcurl4-openssl-dev libnotify-dev libtorrent-rasterbar-dev
- name: ccache
uses: hendrikmuhs/[email protected]
- name: Configure CMake
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Update Stuff
run: |
vcpkg install curl
vcpkg install libtorrent
- name: Configure CMake
shell: cmd
run: cmake -B ${{github.workspace}}\Workspace -DCMAKE_BUILD_TYPE=${{matrix.BUILD_TYPE}} -DGODOT=1 -DGODOT_GDEXTENSION_DIR="gdextension" -DGODOT_CPP_SYSTEM_HEADERS=ON -DCMAKE_TOOLCHAIN_FILE=C:\vcpkg\scripts\buildsystems\vcpkg.cmake -G "Ninja" -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
Expand Down
85 changes: 0 additions & 85 deletions CMakeFiles/3.27.9/CMakeCXXCompiler.cmake

This file was deleted.

Binary file removed CMakeFiles/3.27.9/CMakeDetermineCompilerABI_CXX.bin
Binary file not shown.
6 changes: 0 additions & 6 deletions CMakeFiles/3.27.9/CMakeRCCompiler.cmake

This file was deleted.

15 changes: 0 additions & 15 deletions CMakeFiles/3.27.9/CMakeSystem.cmake

This file was deleted.

Loading

0 comments on commit dbcb7b6

Please sign in to comment.