We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d183906 commit bb5c0c4Copy full SHA for bb5c0c4
.github/workflows/package.yml
@@ -26,10 +26,11 @@ jobs:
26
uses: battila7/get-version-action@v2
27
- name: Ubuntu dependencies
28
run: |
29
- apt-get install -y software-properties-common \
30
- build-essential \
31
- python3-dev python3-pip python3.10-venv \
32
- pkg-config libssl-dev libdbus-1-dev libdbus-glib-1-dev libffi-dev libkrb5-dev
+ sudo apt update
+ sudo apt-get install -y software-properties-common \
+ build-essential \
+ python3-dev python3-pip python3.10-venv \
33
+ pkg-config libssl-dev libdbus-1-dev libdbus-glib-1-dev libffi-dev libkrb5-dev
34
- name: Python dependencies
35
36
python3 -m venv venv
0 commit comments