Skip to content

Commit

Permalink
github action adjustements
Browse files Browse the repository at this point in the history
  • Loading branch information
mIcHyAmRaNe committed Jul 11, 2024
1 parent 7354e63 commit b332530
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
curl -sSL https://install.python-poetry.org | python3 -
export PATH=$HOME/.local/bin:$PATH
sudo apt-get update
sudo apt-get install -y build-essential debhelper dh-python python3-all
sudo apt-get install -y build-essential debhelper dh-python python3-all pybuild-plugin-pyproject
- name: Prepare orig.tar.gz
run: |
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@

* #### Debian
```bash
# Install Poetry
curl -sSL https://install.python-poetry.org | python3 -
# Install buid requirements
sudo apt install debhelper dh-python python3-setuptools python3-all
sudo apt install debhelper dh-python python3-setuptools python3-all pybuild-plugin-pyproject
# Clone the repo
git clone https://github.com/mIcHyAmRaNe/okadminfinder.git
# Create the source tarball
Expand Down

0 comments on commit b332530

Please sign in to comment.