Skip to content

Commit

Permalink
github action adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
mIcHyAmRaNe committed Jul 27, 2024
1 parent e84ca22 commit c685b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.10'

- name: Install build dependencies
run: |
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Build Debian package
run: |
export PYTHON=python3.11
export PYTHON=python3.10
python3 -V
dpkg-buildpackage -rfakeroot -uc -us
Expand Down

0 comments on commit c685b1e

Please sign in to comment.