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 9d923b0 commit 5c1dfe9Copy full SHA for 5c1dfe9
1 file changed
.github/workflows/build.yml
@@ -54,6 +54,9 @@ jobs:
54
if: needs.check_source.outputs.run_tests == 'true'
55
steps:
56
- uses: actions/checkout@v4
57
+ - name: Install git
58
+ run: |
59
+ apt install git -yq
60
- name: Runner image version
61
run: echo "IMAGE_VERSION=${ImageVersion}" >> $GITHUB_ENV
62
- name: Check Autoconf and aclocal versions
0 commit comments