💚 (fix-ci) fix gitlab ci error

install curl first before using it
This commit is contained in:
2025-09-13 13:32:24 +07:00
parent 05df43c218
commit e4a19d4e41

View File

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