Skip to content

Commit 39788c4

Browse files
committed
Re-add missing checkout action
1 parent a2617b1 commit 39788c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-vllm.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
CUDA_SHORT=${CUDA_VERSION%.*}
3434
echo "CUDA_TAG=${CUDA_SHORT//./}" >> ${GITHUB_ENV}
3535
36+
- name: Checkout repository
37+
uses: actions/checkout@v4
38+
3639
- name: Login to GHCR
3740
uses: docker/login-action@v3
3841
with:

0 commit comments

Comments
 (0)