Skip to content

Commit 2257f57

Browse files
committed
f
1 parent 72827ad commit 2257f57

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
- uses: DeterminateSystems/nix-installer-action@main
2020
- uses: DeterminateSystems/magic-nix-cache-action@main
2121
- uses: DeterminateSystems/flake-checker-action@main
22-
- name: Install cargo-zigbuild
23-
run: |
24-
nix develop --command cargo install cargo-zigbuild
2522

2623
- name: Build Linux binary
2724
run: cd server && nix develop --command cargo build --release --target x86_64-unknown-linux-gnu

shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
rustup
88
deno
99
cacert
10+
cargo-zigbuild
1011
];
1112
RUSTC_VERSION = pkgs.lib.readFile ./rust-toolchain;
1213
# https://github.com/rust-lang/rust-bindgen#environment-variables

0 commit comments

Comments
 (0)