Skip to content

Commit 884ccaa

Browse files
committed
fixing action bug
1 parent a041c65 commit 884ccaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vthreads.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
distribution: 'temurin'
3333
cache: 'maven'
3434
- name: test with test-runner
35-
run: clj -X:dev:test -Sdeps '{:deps {org.clojure/clojure {:mvn/version ${{ matrix.clojure-version }} }}}' :dirs '["src/test/clojure"]'
35+
run: clojure -X:dev:test -Sdeps '{:deps {org.clojure/clojure {:mvn/version "${{ matrix.clojure-version }}"}}}' :dirs '["src/test/clojure"]'

0 commit comments

Comments
 (0)