Skip to content

Commit 1602e48

Browse files
committed
checkout
1 parent a37f5c0 commit 1602e48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
find-all-packages:
2020
runs-on: ubuntu-22.04
2121
steps:
22+
- name: checkout
23+
uses: actions/checkout@v4
24+
2225
- name: setup python 3.12
2326
uses: actions/setup-python@v5
2427
with:

0 commit comments

Comments
 (0)