We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c3c00 commit 0bd51d9Copy full SHA for 0bd51d9
.github/workflows/build.yml
@@ -10,6 +10,7 @@ jobs:
10
11
- name: Build
12
run: |
13
+ set -eu
14
curl --fail --location --no-progress-meter --output bob https://function61.com/go/turbobob-latest-stable-linux-amd64 && chmod +x bob
15
./bob build in-ci-autodetect-settings
16
env:
0 commit comments