Skip to content

Commit

Permalink
workflow: update toolchain deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Jan 5, 2025
1 parent 3b12ed6 commit dfa158f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/toolchain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Install build dependencies
run: |
apt-get install -y --no-install-recommends --no-install-suggests build-essential bc ccache cmake cpio curl ca-certificates file git lzop make gawk procps rsync unzip wget
apt-get install -y --no-install-recommends --no-install-suggests build-essential bc ccache cmake cpio curl ca-certificates file git lzop make gawk procps rsync u-boot-tools unzip wget
- name: Set timezone
run: |
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
TG_CHANNEL=${{ env.TG_CHANNEL_SCRATCH }}
export TG_TOPIC=""
fi
.github/scripts/tg-notify.sh -s $TG_TOKEN $TG_CHANNEL $TG_TOPIC error $TAG_NAME ${{ github.run_id }} ${{ matrix.toolchain-version }} ${{ github.repository }}
.github/scripts/tg-notify.sh -s $TG_TOKEN $TG_CHANNEL $TG_TOPIC error $TAG_NAME "CI Failed!" ${{ github.run_id }} ${{ matrix.toolchain-version }} ${{ github.repository }}
notify-completion:
needs: [build-toolchain, notify-begin]
Expand Down

0 comments on commit dfa158f

Please sign in to comment.