diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aee703fb..bc0a846d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,9 @@ jobs: runs-on: ubuntu-latest container: debian:buster-slim steps: - - uses: actions/checkout@v4 + - run: apt update && apt install curl - uses: dtolnay/rust-toolchain@stable + - uses: actions/checkout@v4 - run: cargo run --version # check: # strategy: