fix: install curl in forgejo workflow for deployment webhook
All checks were successful
/ build (push) Successful in 1m8s

This commit is contained in:
Christoph Haas 2026-06-05 23:29:13 +02:00
parent d6e1b63210
commit d1fe20107e

View file

@ -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