diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 504e683..477c714 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: - name: Build run: | - 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 ./bob build in-ci-autodetect-settings env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}