Skip to content

Commit f8d2283

Browse files
committed
Remove bb dev build
1 parent 772d67a commit f8d2283

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,7 @@ jobs:
140140
~/.gitlibs
141141
~/.deps.clj
142142
key: ${{ runner.os }}-maven-test-${{ hashFiles('deps.edn') }}-${{ hashFiles('bb.edn') }}
143-
- name: 🔧 Install bb from dev build (until next release)
144-
shell: bash
145-
run: |
146-
curl -sLO https://raw.githubusercontent.com/babashka/babashka/master/install
147-
chmod +x ./install
148-
./install --dev-build --dir /tmp
149-
cp /tmp/bb "$(which bb)"
143+
150144
- name: 🧪 Run tests
151145
shell: bash
152146
run: |

0 commit comments

Comments
 (0)