We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3e2fe commit bad63fcCopy full SHA for bad63fc
.github/workflows/build.yml
@@ -52,6 +52,9 @@ jobs:
52
if: needs.check_source.outputs.run_tests == 'true'
53
steps:
54
- uses: actions/checkout@v4
55
+ - uses: actions/setup-python@v5
56
+ with:
57
+ python-version: '3.x'
58
- name: Runner image version
59
run: echo "IMAGE_VERSION=${ImageVersion}" >> $GITHUB_ENV
60
- name: Check Autoconf and aclocal versions
0 commit comments