This commit is contained in:
parent
645e328e74
commit
38f8123264
1 changed files with 3 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install
|
run: bun install
|
||||||
|
|
||||||
|
- name: Install cc linker
|
||||||
|
run: nix profile add nixpkgs#stdenv.cc
|
||||||
|
|
||||||
- name: Build all
|
- name: Build all
|
||||||
run: bun build:all
|
run: bun build:all
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue