workflows: use arch-specific dev shell

This commit is contained in:
Jan Winkelmann (keks)
2025-06-23 16:39:22 +02:00
parent 196d459a2b
commit cf061bd0f5
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ jobs:
# Benchmarks ...
- name: 🏃🏻‍♀️ Benchmarks
run: nix develop --command cargo bench -p rosenpass --bench trace_handshake -F trace_bench --verbose $RUST_TARGET_FLAG >bench-protocol.json
run: nix develop ".#devShells.${{ matrix.system }}.default" --command cargo bench -p rosenpass --bench trace_handshake -F trace_bench --verbose $RUST_TARGET_FLAG >bench-protocol.json
- name: Upload benchmarks
uses: cryspen/benchmark-upload-and-plot-action@v3