Skip to content

Commit a7a46de

Browse files
committed
fix: sed syntax for macos
1 parent 518583f commit a7a46de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/nix-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,8 @@ jobs:
6565
- name: Build psql bundle on macos
6666
if: matrix.runner == 'macos-latest'
6767
run: |
68-
# Replace this with your actual build script
6968
cp ./docker/nix/build_nix.sh ./build_nix.sh
70-
sed -i 's/cd workspace//g' ./build_nix.sh
69+
sed -i '' 's/cd workspace//g' ./build_nix.sh
7170
./build_nix.sh
7271
env:
7372
AWS_ACCESS_KEY_ID: ${{ env.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)