Skip to content

Commit

Permalink
revert: use Makefile on jedis build step
Browse files Browse the repository at this point in the history
  • Loading branch information
J0sueTM committed Sep 4, 2024
1 parent 066bb9d commit 188fd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
java-version: '11'

- name: Clone Submodules
run: git submodule update --init --recursive --remote
run: make jedis

- name: Install clojure cli
uses: DeLaGuardo/setup-clojure@master
Expand Down

0 comments on commit 188fd35

Please sign in to comment.