Skip to content

Commit 1faef02

Browse files
committed
tmp bb
1 parent 9dde71b commit 1faef02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ jobs:
145145
shell: bash
146146
run: |
147147
# 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
148+
bash <(curl https://raw.githubusercontent.com/babashka/babashka/master/install) --dev-build --dir /tmp
149+
/tmp/bb test:bb
150150
151151
static-build:
152152
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)