fix: CI
This commit is contained in:
parent
05333d18d8
commit
26b0f82358
1 changed files with 5 additions and 2 deletions
|
|
@ -55,8 +55,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Install git
|
||||
run: apt-get update && apt-get install -y git nodejs npm bun
|
||||
- name: Install git, node, and npm
|
||||
run: apt-get update && apt-get install -y git nodejs npm
|
||||
|
||||
- name: Install bun
|
||||
run: curl -fsSL https://bun.sh/install | bash
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue