ci: run bun install

This commit is contained in:
2024-06-15 23:56:02 +02:00
parent cffce45d0c
commit dcb63f5f29

View File

@@ -10,6 +10,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Build for Linux x64
run: bun build --compile --target=bun-linux-x64 ./index.ts --outfile mycli-linux-x64