Add curl
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 8s Details

This commit is contained in:
Roland Thomas Jr 2024-02-12 22:45:48 -05:00
parent ee86d69746
commit 11195e2836
Signed by: roland
GPG Key ID: 7C3C2B085A4C2872
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
steps: steps:
- name: Setup node.js - name: Setup node.js
run: | run: |
apk --update add nodejs npm git apk --update add nodejs npm git curl
- name: Check out repository code recursively - name: Check out repository code recursively
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with: