Skip to content

Commit 4fb6e8f

Browse files
Fix clojurescript pages setup
1 parent 1b4314c commit 4fb6e8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
cli: latest
5858
- name: Setup ClojureScript version
5959
run: |
60+
sudo apt install rlwrap
6061
clj -M -m cljs.main --optimizations advanced -c tictactoe.core
6162
mkdir -p ../public/clojurescript
6263
cp out/main.js ../public/clojurescript/main.js

0 commit comments

Comments
 (0)