We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72827ad commit 2257f57Copy full SHA for 2257f57
.github/workflows/release.yml
@@ -19,9 +19,6 @@ jobs:
19
- uses: DeterminateSystems/nix-installer-action@main
20
- uses: DeterminateSystems/magic-nix-cache-action@main
21
- uses: DeterminateSystems/flake-checker-action@main
22
- - name: Install cargo-zigbuild
23
- run: |
24
- nix develop --command cargo install cargo-zigbuild
25
26
- name: Build Linux binary
27
run: cd server && nix develop --command cargo build --release --target x86_64-unknown-linux-gnu
shell.nix
@@ -7,6 +7,7 @@
7
rustup
8
deno
9
cacert
10
+ cargo-zigbuild
11
];
12
RUSTC_VERSION = pkgs.lib.readFile ./rust-toolchain;
13
# https://github.com/rust-lang/rust-bindgen#environment-variables
0 commit comments