mirror of
https://github.com/python/cpython.git
synced 2024-11-21 21:09:37 +01:00
[3.13] Run apt update
before apt install git
in autoconf CI job (GH-127070)
(cherry picked from commit 0af4ec30bd
)
Co-authored-by: Zachary Ware <zach@python.org>
This commit is contained in:
parent
fd9c2a3727
commit
40b9b506fb
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -96,7 +96,7 @@ jobs:
|
||||
steps:
|
||||
- name: Install Git
|
||||
run: |
|
||||
apt install git -yq
|
||||
apt update && apt install git -yq
|
||||
git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user