mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 17:56:32 +00:00
CI: Use nothing-but-nix to avoid out of space error on nix-wasm.
This commit is contained in:
@@ -143,6 +143,8 @@ jobs:
|
||||
fail-fast: true
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
# Remove unneeded cruft in runner so we have room for Nix:
|
||||
- uses: wimpysworld/nothing-but-nix@main
|
||||
- uses: cachix/install-nix-action@v31
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
|
||||
Reference in New Issue
Block a user