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 518583f commit a7a46deCopy full SHA for a7a46de
.github/workflows/nix-build.yml
@@ -65,9 +65,8 @@ jobs:
65
- name: Build psql bundle on macos
66
if: matrix.runner == 'macos-latest'
67
run: |
68
- # Replace this with your actual build script
69
cp ./docker/nix/build_nix.sh ./build_nix.sh
70
- sed -i 's/cd workspace//g' ./build_nix.sh
+ sed -i '' 's/cd workspace//g' ./build_nix.sh
71
./build_nix.sh
72
env:
73
AWS_ACCESS_KEY_ID: ${{ env.AWS_ACCESS_KEY_ID }}
0 commit comments