Skip to content

Commit 7e3175d

Browse files
committed
Update doc
1 parent c54a43d commit 7e3175d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@ jobs:
1414
steps:
1515
...
1616

17-
# Install SBCL
18-
- name: Setup SBCL
19-
uses: cheeze2000/setup-sbcl@main
17+
- uses: cachix/install-nix-action@v30
18+
if: runner.os != 'Windows'
2019
with:
21-
version: 2.4.2
20+
nix_path: nixpkgs=channel:nixos-unstable
21+
22+
- name: Setup SBCL
23+
if: runner.os != 'Windows'
24+
run: |
25+
nix profile install nixpkgs#sbcl
2226
2327
# Install Qob
2428
- uses: cl-qob/setup-qob@master

0 commit comments

Comments
 (0)