Skip to content

Commit 869c790

Browse files
committed
Attempt to fix the checkout in container
1 parent 9ec0939 commit 869c790

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/install.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
image: ${{ matrix.container }}
3434
name: ${{ matrix.container }}
3535
steps:
36-
- name: Repository checkout
37-
uses: actions/checkout@v4
3836

3937
- name: Install dependencies
4038
shell: bash
@@ -76,6 +74,10 @@ jobs:
7674
python3 -m pip install --break-system-packages build
7775
wget -qO- https://astral.sh/uv/install.sh | sh
7876
77+
# Checkout repo after installing Git, or the GH Action delete our .git folder.
78+
- name: Repository checkout
79+
uses: actions/checkout@v4
80+
7981
- name: Install & test
8082
shell: bash
8183
run: |

0 commit comments

Comments
 (0)