Skip to content

Commit 499b7ce

Browse files
author
{your_name}
committed
test6
1 parent ff9c109 commit 499b7ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/buildarm.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ jobs:
104104
uses: actions/setup-python@v5
105105
with:
106106
python-version: '3.x'
107+
- name: Install Python 3 Distutils
108+
run: |
109+
sudo apt-get update
110+
sudo apt-get install -y python3-distutils
111+
107112
108113
- name: Install Go
109114
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)