Skip to content

Commit 9dde71b

Browse files
committed
dev build
1 parent a95270b commit 9dde71b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,9 @@ jobs:
144144
- name: 🧪 Run tests
145145
shell: bash
146146
run: |
147-
bb test:bb
147+
# temporarily using dev build because of https://github.com/babashka/sci/issues/1011
148+
bash <(curl https://raw.githubusercontent.com/babashka/babashka/master/install) --dev-build --dir .
149+
./bb test:bb
148150
149151
static-build:
150152
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)