Skip to content

Commit

Permalink
Use latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier2k6 committed Oct 19, 2024
1 parent a47e1cd commit 260a96c
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 487 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_file_health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
curl \
-L \
-o "${{ runner.temp }}/pandoc.tar.gz" \
"https://github.com/jgm/pandoc/releases/download/3.4/pandoc-3.4-linux-amd64.tar.gz"
"https://github.com/jgm/pandoc/releases/download/3.5/pandoc-3.5-linux-amd64.tar.gz"
tar -xf "${{ runner.temp }}/pandoc.tar.gz" -C "${{ github.workspace }}/.."
mv "${{ github.workspace }}/.."/pandoc-* "${{ env.pandoc_path }}"
# run pandoc
Expand Down
149 changes: 0 additions & 149 deletions .github/workflows/ci_macos.yaml

This file was deleted.

170 changes: 0 additions & 170 deletions .github/workflows/ci_ubuntu.yaml

This file was deleted.

10 changes: 6 additions & 4 deletions .github/workflows/ci_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
libt_version: ["2.0.10", "1.2.19"]
libt_version: ["RC_2_0"]

env:
boost_path: "${{ github.workspace }}/../boost"
Expand Down Expand Up @@ -95,15 +95,17 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: "6.8.0"
py7zrversion: '>=0.22.0'
aqtversion: '>=3.1.18'
version: '6.8.0'
arch: win64_msvc2022_64
archives: qtbase qtsvg qttools
cache: true

- name: Install libtorrent
run: |
git clone `
--branch v${{ matrix.libt_version }} `
--branch ${{ matrix.libt_version }} `
--depth 1 `
--recurse-submodules `
https://github.com/arvidn/libtorrent.git `
Expand Down Expand Up @@ -171,7 +173,7 @@ jobs:
mkdir upload/qBittorrent/plugins/sqldrivers
copy "${{ env.Qt_ROOT_DIR }}/plugins/sqldrivers/qsqlite.dll" upload/qBittorrent/plugins/sqldrivers
mkdir upload/qBittorrent/plugins/styles
copy "${{ env.Qt_ROOT_DIR }}/plugins/styles/qmodernwindowsstyle.dll" upload/qBittorrent/plugins/styles
copy "${{ env.Qt_ROOT_DIR }}/plugins/styles/*style.dll" upload/qBittorrent/plugins/styles
mkdir upload/qBittorrent/plugins/tls
copy "${{ env.Qt_ROOT_DIR }}/plugins/tls/qschannelbackend.dll" upload/qBittorrent/plugins/tls
# cmake additionals
Expand Down
Loading

0 comments on commit 260a96c

Please sign in to comment.