Skip to content

downloader: print more useful greeting #2159

downloader: print more useful greeting

downloader: print more useful greeting #2159

Workflow file for this run

name: Windows CI
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
CARGO_PROFILE_TEST_DEBUG: 0
jobs:
test:
runs-on: windows-2022
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: make setup
- run: make test