Skip to content

Commit

Permalink
Update treadmill-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
charles37 authored Nov 18, 2024
1 parent 61073cc commit b353cfb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/treadmill-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ jobs:
- name: Disable wget progress output
run: |
echo "verbose = off" >> $HOME/.wgetrc
- name: Install Git
run: |
apt-get update
apt-get install -y git
- name: Checkout the Tock Hardware CI scripts
uses: actions/checkout@v4
with:
Expand All @@ -220,6 +224,7 @@ jobs:
path: libtock-c
repository: tock/libtock-c
ref: ${{ inputs.libtock-c-ref }}
fetch-depth: 0
submodules: false
persist-credentials: true
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit b353cfb

Please sign in to comment.