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