Skip to content

Commit

Permalink
fix (actions): fixed package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Lukas committed Mar 26, 2024
1 parent bc2f88b commit e823115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- name: 🏗 Install build dependencies
run: sudo apt-get -qq update
- run: sudo apt-get -y install python3 python3-dev python3-pip libcurl4 build-essential python3-tornado python3-setuptools debhelper dh-systemd cdbs dh-python fakeroot python3-pip rsync locales
- run: sudo apt-get -y install python3 python3-dev python3-pip libcurl4 build-essential python3-tornado python3-setuptools debhelper cdbs dh-python fakeroot python3-pip rsync locales
- run: pip3 install virtualenv
- name: 🏗 Create virtual python env
run: virtualenv -p /usr/bin/python3 hotspot-env
Expand Down

0 comments on commit e823115

Please sign in to comment.