1
0
mirror of https://github.com/moepman/acertmgr.git synced 2024-11-16 02:59:13 +01:00

GitHub Actions: use current setuptools and wheel

This commit is contained in:
Markus 2020-10-12 19:22:02 +02:00
parent 62f01aeff9
commit 5d157a5563

View File

@ -12,7 +12,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt update -qq -y sudo apt update -qq -y
sudo apt install -qq -y build-essential fakeroot git python-all python3-cryptography python3-stdeb python3-wheel twine sudo apt install -qq -y build-essential fakeroot git python-all python3-cryptography python3-pip python3-stdeb python3-wheel twine
sudo pip3 install --upgrade setuptools wheel
- name: Prepare build process - name: Prepare build process
id: buildprep id: buildprep