Skip to content

Commit 51775f8

Browse files
leifericfclaude
andcommitted
Fix CI: use clojure instead of clj (no rlwrap on Linux)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 28fb030 commit 51775f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gallery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
key: m2-${{ hashFiles('deps.edn') }}
3434

3535
- name: Build site
36-
run: clj -X:gallery
36+
run: clojure -X:gallery
3737

3838
- uses: actions/configure-pages@v5
3939

0 commit comments

Comments
 (0)