Skip to content

Commit

Permalink
ci: install jq in a separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
lovesegfault committed Oct 12, 2023
1 parent 8886d7b commit 3544ff0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,15 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@v5
with:
extra-conf: ${{ env.nix-conf }}
- id: install-jq
run: nix profile install '${{ env.flake }}#pkgs.x86_64-linux.jq'
- id: get-attrs
run: |
function summary() {
printf '%s\n' "${*}" >> "$GITHUB_STEP_SUMMARY"
}
summary "# CI"
nix profile install '${{ env.flake }}#pkgs.x86_64-linux.jq'
TMP="$(mktemp -d)"
# host packages
nix eval --json '${{ env.flake }}#hosts' | jq -c '
Expand Down

0 comments on commit 3544ff0

Please sign in to comment.