fix: install curl in forgejo workflow for deployment webhook
All checks were successful
/ build (push) Successful in 1m8s
All checks were successful
/ build (push) Successful in 1m8s
This commit is contained in:
parent
d6e1b63210
commit
d1fe20107e
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-bun-
|
||||
|
||||
- name: Install git
|
||||
run: apt-get update && apt-get install -y git
|
||||
- name: Install git and curl
|
||||
run: apt-get update && apt-get install -y git curl
|
||||
|
||||
- name: Install dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue