Fix CI #2

closed
opened by sachy.dev targeting main from ci

Attempt to fix CI issues with the tangled nix stuff

Changed files
+2 -1
.tangled
workflows
+2 -1
.tangled/workflows/test.yml
··· 8 8 nixpkgs: 9 9 - rustup 10 10 - clang 11 - - rust-bindgen-unwrapped 12 11 13 12 steps: 13 + - name: Env Setup 14 + command: export LIBCLANG_PATH="${lib.getLib clang.cc}/lib" 14 15 - name: Install Nightly 15 16 command: rustup toolchain install nightly 16 17 - name: Install toolchain