Skip to content

Commit 89cfcbf

Browse files
committed
fix: macos shebang
1 parent 74d7eab commit 89cfcbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nix-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
run: |
6868
cp ./docker/nix/build_nix.sh ./build_nix.sh
6969
sed -i '' 's/cd workspace//g' ./build_nix.sh
70+
sed -i '' '1s|^#!/bin/env bash|#!/usr/bin/env bash|' ./build_nix.sh
7071
chmod +x ./build_nix.sh
7172
./build_nix.sh
7273
env:

0 commit comments

Comments
 (0)