This commit is contained in:
Dain Nilsson 2023-02-01 10:52:18 +01:00
commit 6ca5bf4e7a
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8

View File

@ -46,12 +46,15 @@ jobs:
run: |
apt-get install -qq swig libpcsclite-dev build-essential cmake
python -m ensurepip --user
python -m pip install -U pip
python -m pip install poetry
python -m pip install -U pip pipx
pipx ensurepath
pipx install poetry
- name: Build the Helper
if: steps.cache-helper.outputs.cache-hit != 'true'
run: ./build-helper.sh
run: |
. ~/.bashrc # Needed to ensure poetry on PATH
./build-helper.sh
- name: Install Flutter dependencies
run: |