fix: install git in forgejo workflow for bun build environment
Some checks failed
/ build (push) Failing after 1m20s
Some checks failed
/ build (push) Failing after 1m20s
This commit is contained in:
parent
c488014c41
commit
f611c3f0ef
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ jobs:
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: oven/bun:1
|
image: oven/bun:1
|
||||||
|
options: --privileged
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
@ -24,6 +25,9 @@ jobs:
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-bun-
|
${{ runner.os }}-bun-
|
||||||
|
|
||||||
|
- name: Install git
|
||||||
|
run: apt-get update && apt-get install -y git
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install --frozen-lockfile
|
run: bun install --frozen-lockfile
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue