From 2d18e555f6bb3cec5081204889fcdb8f54197fc6 Mon Sep 17 00:00:00 2001 From: Donghee Na Date: Sun, 20 Oct 2024 11:08:13 +0900 Subject: [PATCH] fix --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4891cfb90b77f5a..589be8cd610ec47 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,9 +52,8 @@ jobs: if: needs.check_source.outputs.run_tests == 'true' steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - with: - python-version: '3.x' + - name: Install git + run: apt install git -yq - name: Runner image version run: echo "IMAGE_VERSION=${ImageVersion}" >> $GITHUB_ENV - name: Check Autoconf and aclocal versions