From 08583f659bcf5ff82c5a24b8eb80db6d0866cfee Mon Sep 17 00:00:00 2001 From: Gonzalo <456459+grzuy@users.noreply.github.com> Date: Tue, 31 Oct 2023 14:38:12 -0300 Subject: [PATCH] curl --- .github/workflows/binaries.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 7f047aa..38ae012 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -76,6 +76,7 @@ jobs: steps: - uses: actions/checkout@v4 + - run: apt update && apt install -y curl - uses: dtolnay/rust-toolchain@stable - run: rustup target add ${{ matrix.target }}