Skip to content

Commit e4fae7d

Browse files
committed
for checker too
1 parent 82b5d21 commit e4fae7d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,12 @@ jobs:
655655
ref: ${{ env.protonBranch }}
656656
path: 'qpid-proton'
657657

658+
- name: Setup python
659+
uses: actions/setup-python@v3
660+
with:
661+
python-version: 3.9
662+
architecture: x64
663+
658664
- name: Install Linux build dependencies
659665
run: |
660666
sudo apt update; sudo apt install -y python3-qpid-proton libpython3-dev ninja-build libwebsockets-dev libnghttp2-dev

0 commit comments

Comments
 (0)