Skip to content

Commit 1923d59

Browse files
committed
[CI] Install curl, for docker installation
1 parent 086fbec commit 1923d59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-penny.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v5
1919

20-
# actions/cache will detect zstd and will become much faster.
20+
# actions/cache will detect zstd and will become much faster. curl for docker installation.
2121
- name: Install zstd
2222
run: |
2323
apt-get update -y
24-
apt-get install -y zstd
24+
apt-get install -y curl zstd
2525
2626
- name: Restore .build
2727
if: ${{ runner.debug != '1' }}

0 commit comments

Comments
 (0)