Skip to content

Commit 01c32a3

Browse files
committed
fix(ci): remove redundant build psql bundle step
1 parent c1dfa0a commit 01c32a3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/nix-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ jobs:
9191
env:
9292
DEV_AWS_ROLE: ${{ secrets.DEV_AWS_ROLE }}
9393
NIX_SIGN_SECRET_KEY: ${{ secrets.NIX_SIGN_SECRET_KEY }}
94-
- name: Build psql bundle
95-
run: >
96-
nix build ".#checks.$(nix eval --raw --impure --expr 'builtins.currentSystem')"
9794
- name: nix build
9895
shell: bash
9996
run: nix build --accept-flake-config -L .#${{ matrix.attr }}

0 commit comments

Comments
 (0)