Try fix github action #4

This commit is contained in:
Florian RICHER 2024-11-27 22:44:47 +01:00
parent 19dd855938
commit 20260c0ede
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
2 changed files with 3 additions and 2 deletions

View file

@ -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:

View file

@ -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 = {