Skip to content

Commit eed5ba0

Browse files
committed
installing dependency for python-apt
1 parent 3c292e7 commit eed5ba0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/actions/setup/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ runs:
4848
python-version: ${{ inputs.python_version }}
4949
cache: ${{ steps.env-check.outputs.package_tool }}
5050

51+
- name: Install dependency for python-apt
52+
shell: bash
53+
run: |
54+
sudo apt install -y libapt-pkg-dev
55+
5156
- name: Install GardenLinux Python library
5257
shell: bash
5358
run: |

0 commit comments

Comments
 (0)