Skip to content

Commit

Permalink
fix: deprecate justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed Mar 20, 2024
1 parent 28be8d0 commit 0ba5fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
cmd: [ "nix flake check -L --show-trace", "nix run nixpkgs#just -- build-all" ]
cmd: [ "nix flake check -L --show-trace", "nix build .#psql_15/bin .#psql_15/docker", "nix build .#psql_16/bin .#psql_16/docker", "nix build .#psql_orioledb_16/bin .#psql_orioledb_16/docker"]
runs-on: ${{ matrix.os }}
name: nix-build
steps:
Expand Down

0 comments on commit 0ba5fdf

Please sign in to comment.