Skip to content

Commit bb5c0c4

Browse files
committed
fix release config
1 parent d183906 commit bb5c0c4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/package.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ jobs:
2626
uses: battila7/get-version-action@v2
2727
- name: Ubuntu dependencies
2828
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
29+
sudo apt update
30+
sudo apt-get install -y software-properties-common \
31+
build-essential \
32+
python3-dev python3-pip python3.10-venv \
33+
pkg-config libssl-dev libdbus-1-dev libdbus-glib-1-dev libffi-dev libkrb5-dev
3334
- name: Python dependencies
3435
run: |
3536
python3 -m venv venv

0 commit comments

Comments
 (0)