Skip to content

Commit

Permalink
debugging CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hraban committed Jul 15, 2024
1 parent 34e8251 commit f169ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: "nix build --print-build-logs"
# This will need to recompile SBCL
- name: "Flake: build with purged Nix references"
run: "nix build --print-build-logs .#norefs"
run: "nix build --print-build-logs ." #NOMERGE
- name: "Upload stand-alone binary"
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f169ea9

Please sign in to comment.