Skip to content

Commit

Permalink
no bar
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Oct 26, 2023
1 parent f3e1796 commit 4290234
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bootstrap-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
automake binutils build-essential cpio libtool libncurses-dev pkg-config python-is-python3 libtool-bin
- name: Bootstrap
run: |
sed -i 's/CT_LOG_PROGRESS_BAR=y/CT_LOG_PROGRESS_BAR=n/' toolchain/*.config
./bootstrap.sh ${{ matrix.platform }} minimal
ubuntu_22_04:
Expand All @@ -55,6 +56,7 @@ jobs:
automake binutils build-essential cpio libtool libncurses-dev pkg-config python-is-python3 libtool-bin
- name: Bootstrap
run: |
sed -i 's/CT_LOG_PROGRESS_BAR=y/CT_LOG_PROGRESS_BAR=n/' toolchain/*.config
./bootstrap.sh ${{ matrix.platform }} minimal
ubuntu_20_04:
Expand All @@ -80,4 +82,5 @@ jobs:
automake binutils build-essential cpio libtool libncurses-dev pkg-config python-is-python3 libtool-bin
- name: Bootstrap
run: |
sed -i 's/CT_LOG_PROGRESS_BAR=y/CT_LOG_PROGRESS_BAR=n/' toolchain/*.config
./bootstrap.sh ${{ matrix.platform }} minimal

0 comments on commit 4290234

Please sign in to comment.