Skip to content

Commit bad63fc

Browse files
committed
fix
1 parent 7b3e2fe commit bad63fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
if: needs.check_source.outputs.run_tests == 'true'
5353
steps:
5454
- uses: actions/checkout@v4
55+
- uses: actions/setup-python@v5
56+
with:
57+
python-version: '3.x'
5558
- name: Runner image version
5659
run: echo "IMAGE_VERSION=${ImageVersion}" >> $GITHUB_ENV
5760
- name: Check Autoconf and aclocal versions

0 commit comments

Comments
 (0)