Browse Source

ci: use sh instead of bash

generate-config
Matthias Ahouansou 2 years ago
parent
commit
70b07dfabf
No known key found for this signature in database
  1. 2
      bin/nix-build-and-cache

2
bin/nix-build-and-cache

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
set -euo pipefail

Loading…
Cancel
Save