Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Gregorio Litenstein <[email protected]>
  • Loading branch information
Lord-Kamina committed Feb 2, 2025
1 parent 7b49029 commit 3007c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
matrix:
arch: [x64, x86]
python: ["3.7", "3.10"]
libtorrent: [2.0.8, 1.2.19]
libtorrent: [2.0.7, 1.2.19]

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
pip install --upgrade pip wheel
pip install tox
sudo apt-get install enchant-2 libgirepository1.0-dev
sudo apt-get install enchant-2
- name: Build docs with tox
env:
Expand Down

0 comments on commit 3007c50

Please sign in to comment.