File tree Expand file tree Collapse file tree 5 files changed +19
-33
lines changed Expand file tree Collapse file tree 5 files changed +19
-33
lines changed Original file line number Diff line number Diff line change 25
25
java-version : ' 11'
26
26
27
27
- name : Install babashka
28
- run : curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install | sudo bash
28
+ uses :
turtlequeue/[email protected]
29
+ with :
30
+ babashka-version : 0.7.8
29
31
30
32
- name : Install clojure
31
33
run : curl -s https://download.clojure.org/install/linux-install-1.10.3.986.sh | sudo bash
Original file line number Diff line number Diff line change 33
33
sudo apt-get update
34
34
sudo apt-get install -y planck
35
35
36
- - name : Install Babashka
37
- run : curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install | sudo bash
36
+ - name : Install babashka
37
+ uses :
turtlequeue/[email protected]
38
+ with :
39
+ babashka-version : 0.7.8
38
40
39
41
- name : Install Clojure
40
42
run : curl -s https://download.clojure.org/install/linux-install-1.10.3.986.sh | sudo bash
Original file line number Diff line number Diff line change @@ -43,20 +43,10 @@ jobs:
43
43
#
44
44
# Install Babashka
45
45
#
46
- - name : Install babashka (windows)
47
- run : |
48
- iwr -useb get.scoop.sh | iex
49
- scoop bucket add scoop-clojure https://github.com/littleli/scoop-clojure
50
- scoop bucket add extras
51
- scoop install babashka --independent
52
- echo "$HOME\scoop\shims" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
53
- if : matrix.os == 'windows-latest'
54
- - name : Install babashka (macOS)
55
- run : brew install borkdude/brew/babashka
56
- if : matrix.os == 'macos-latest'
57
- - name : Install babashka (linux)
58
- run : curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install | sudo bash
59
- if : matrix.os == 'ubuntu-latest'
46
+ - name : Install babashka
47
+ uses :
turtlequeue/[email protected]
48
+ with :
49
+ babashka-version : 0.7.8
60
50
61
51
#
62
52
# Install Clojure
Original file line number Diff line number Diff line change 35
35
distribution : ' temurin'
36
36
java-version : ' 11'
37
37
38
- - name : Install Babashka
39
- run : curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install | sudo bash
38
+ - name : Install babashka
39
+ uses :
turtlequeue/[email protected]
40
+ with :
41
+ babashka-version : 0.7.8
40
42
41
43
- name : Install Clojure
42
44
run : curl -s https://download.clojure.org/install/linux-install-1.10.3.986.sh | sudo bash
Original file line number Diff line number Diff line change @@ -69,20 +69,10 @@ jobs:
69
69
#
70
70
# Install Babashka
71
71
#
72
- - name : Install babashka (windows)
73
- run : |
74
- iwr -useb get.scoop.sh | iex
75
- scoop bucket add scoop-clojure https://github.com/littleli/scoop-clojure
76
- scoop bucket add extras
77
- scoop install babashka --independent
78
- echo "$HOME\scoop\shims" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
79
- if : matrix.os == 'windows-latest'
80
- - name : Install babashka (macOS)
81
- run : brew install borkdude/brew/babashka
82
- if : matrix.os == 'macos-latest'
83
- - name : Install babashka (linux)
84
- run : curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install | sudo bash
85
- if : matrix.os == 'ubuntu-latest'
72
+ - name : Install babashka
73
+ uses :
turtlequeue/[email protected]
74
+ with :
75
+ babashka-version : 0.7.8
86
76
87
77
#
88
78
# Install Clojure
You can’t perform that action at this time.
0 commit comments