We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build.yml
1 parent b6438b4 commit 479e4d7Copy full SHA for 479e4d7
.github/workflows/build.yml
@@ -28,7 +28,8 @@ jobs:
28
# Setup Leiningen. Also supports setting up other commonly used tools.
29
- name: Install clojure tools
30
uses: DeLaGuardo/[email protected]
31
- with: lein: 2.9.1
+ with:
32
+ lein: 2.9.1
33
# Enable cache so our actions run faster.
34
- name: Cache clojure dependencies
35
uses: actions/cache@v3
0 commit comments