From 52615de20ef6d8129eaff23c638a217c16c38d63 Mon Sep 17 00:00:00 2001 From: Gonzalo <456459+grzuy@users.noreply.github.com> Date: Tue, 31 Oct 2023 14:53:48 -0300 Subject: [PATCH] debug --- .github/workflows/binaries.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 9aa3d13..12bc766 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -76,7 +76,9 @@ jobs: steps: - uses: actions/checkout@v4 - - run: apt update && apt install -y bash curl + - run: apt update && apt install -y curl + - run: cargo --version + shell: bash - uses: dtolnay/rust-toolchain@stable - run: rustup target add ${{ matrix.target }}