Try fix github action #4
This commit is contained in:
parent
19dd855938
commit
20260c0ede
2 changed files with 3 additions and 2 deletions
3
.github/workflows/build_nix.yml
vendored
3
.github/workflows/build_nix.yml
vendored
|
@ -1,7 +1,8 @@
|
||||||
name: "Build legacy Nix package on Ubuntu"
|
name: "Build legacy Nix package on Ubuntu"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
check_run:
|
||||||
|
types: [ requested_action ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
src = self;
|
src = self;
|
||||||
|
|
||||||
nativeBuildInputs = with pkgs; [ pkg-config ];
|
nativeBuildInputs = with pkgs; [ pkg-config shaderc ];
|
||||||
buildInputs = libs;
|
buildInputs = libs;
|
||||||
|
|
||||||
cargoLock = {
|
cargoLock = {
|
||||||
|
|
Loading…
Reference in a new issue