Skip to content

Commit 7337072

Browse files
authored
Merge pull request #72 from hnez/kirkstone-trixie
[kirkstone] CI: install python3-setuptools instead of -distutils
2 parents f44bf44 + 488b097 commit 7337072

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Install required packages
2323
run: |
24-
sudo apt-get -q -y --no-install-recommends install diffstat chrpath python3-distutils
24+
sudo apt-get -q -y --no-install-recommends install diffstat chrpath python3-setuptools
2525
- name: Checkout
2626
uses: actions/checkout@v4
2727
with:

0 commit comments

Comments
 (0)