+1
-1
.tangled/workflows/test.yml
+1
-1
.tangled/workflows/test.yml
···
20
command: cargo fmt --check
21
- name: Build Check
22
command: |
23
-
export LIBCLANG_PATH="$(< $(nix eval --raw nixpkgs#libclang.lib)/lib)"
24
export BINDGEN_EXTRA_CLANG_ARGS="$(< $(nix eval --raw nixpkgs#stdenv.cc)/nix-support/libc-crt1-cflags) \
25
$(< $(nix eval --raw nixpkgs#stdenv.cc)/nix-support/libc-cflags) \
26
$(< $(nix eval --raw nixpkgs#stdenv.cc)/nix-support/cc-cflags) \
···
20
command: cargo fmt --check
21
- name: Build Check
22
command: |
23
+
export LIBCLANG_PATH="$(< $(nix eval --raw nixpkgs#libclang.lib))"
24
export BINDGEN_EXTRA_CLANG_ARGS="$(< $(nix eval --raw nixpkgs#stdenv.cc)/nix-support/libc-crt1-cflags) \
25
$(< $(nix eval --raw nixpkgs#stdenv.cc)/nix-support/libc-cflags) \
26
$(< $(nix eval --raw nixpkgs#stdenv.cc)/nix-support/cc-cflags) \
History
5 rounds
0 comments
1 commit
expand
collapse
Attempt at rust-bindgen fixed CI v2
1/1 failed
expand
collapse
expand 0 comments
closed without merging
1 commit
expand
collapse
Attempt at rust-bindgen fixed CI v2
1/1 failed
expand
collapse
expand 0 comments
1 commit
expand
collapse
Attempt at rust-bindgen fixed CI v2
1/1 failed
expand
collapse
expand 0 comments
1 commit
expand
collapse
Attempt at rust-bindgen fixed CI v2
1/1 failed
expand
collapse
expand 0 comments
1 commit
expand
collapse
Attempt at rust-bindgen fixed CI v2