We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086fbec commit 1923d59Copy full SHA for 1923d59
.github/workflows/deploy-penny.yml
@@ -17,11 +17,11 @@ jobs:
17
- name: Checkout
18
uses: actions/checkout@v5
19
20
- # actions/cache will detect zstd and will become much faster.
+ # actions/cache will detect zstd and will become much faster. curl for docker installation.
21
- name: Install zstd
22
run: |
23
apt-get update -y
24
- apt-get install -y zstd
+ apt-get install -y curl zstd
25
26
- name: Restore .build
27
if: ${{ runner.debug != '1' }}
0 commit comments