We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dde71b commit 1faef02Copy full SHA for 1faef02
.github/workflows/main.yml
@@ -145,8 +145,8 @@ jobs:
145
shell: bash
146
run: |
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
+ bash <(curl https://raw.githubusercontent.com/babashka/babashka/master/install) --dev-build --dir /tmp
+ /tmp/bb test:bb
150
151
static-build:
152
runs-on: ubuntu-latest
0 commit comments