💚 (fix-ci) fix gitlab ci error
install curl first before using it
This commit is contained in:
@ -5,6 +5,8 @@ stages:
|
|||||||
- build
|
- build
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- apt-get update -y
|
||||||
|
- apt-get install -y curl
|
||||||
- curl -fsSL https://bun.sh/install | bash
|
- curl -fsSL https://bun.sh/install | bash
|
||||||
- export PATH="$HOME/.bun/bin:$PATH"
|
- export PATH="$HOME/.bun/bin:$PATH"
|
||||||
- bun install
|
- bun install
|
||||||
|
|||||||
Reference in New Issue
Block a user