mirror of
https://github.com/python/cpython.git
synced 2026-01-04 22:42:14 +00:00
[3.12] Run apt update before apt install git in autoconf CI job (GH-127071)
(cherry picked from commit 0af4ec30bd)
Co-authored-by: Zachary Ware <zach@python.org>
This commit is contained in:
parent
b33c37aa8c
commit
512a5bdb2f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -104,7 +104,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…
Add table
Add a link
Reference in a new issue