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