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 8ec11dc commit eadd2b9Copy full SHA for eadd2b9
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
11
- name: Build
12
run: |
13
- curl --fail --location --silent --output bob https://function61.com/go/turbobob-latest-stable-linux-amd64 && chmod +x bob
+ curl --fail --location --no-progress-meter --output bob https://function61.com/go/turbobob-latest-stable-linux-amd64 && chmod +x bob
14
./bob build in-ci-autodetect-settings
15
env:
16
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments