Skip to content

Commit 8eb6090

Browse files
committed
fix
1 parent 619d7b0 commit 8eb6090

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,17 @@ jobs:
4747
runs-on: ubuntu-24.04
4848
container:
4949
image: ghcr.io/python/autoconf:2024.10.11.11293396815
50-
options: --user root
5150
timeout-minutes: 60
5251
needs: check_source
5352
if: needs.check_source.outputs.run_tests == 'true'
5453
steps:
55-
- uses: actions/checkout@v4
5654
- name: Install git
5755
run: |
5856
apt install git -yq
57+
git config --global --add safe.directory "$GITHUB_WORKSPACE"
58+
- uses: actions/checkout@v4
59+
with:
60+
fetch-depth: 1
5961
- name: Runner image version
6062
run: echo "IMAGE_VERSION=${ImageVersion}" >> $GITHUB_ENV
6163
- name: Check Autoconf and aclocal versions

0 commit comments

Comments
 (0)