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 74d7eab commit 89cfcbfCopy full SHA for 89cfcbf
.github/workflows/nix-build.yml
@@ -67,6 +67,7 @@ jobs:
67
run: |
68
cp ./docker/nix/build_nix.sh ./build_nix.sh
69
sed -i '' 's/cd workspace//g' ./build_nix.sh
70
+ sed -i '' '1s|^#!/bin/env bash|#!/usr/bin/env bash|' ./build_nix.sh
71
chmod +x ./build_nix.sh
72
./build_nix.sh
73
env:
0 commit comments