Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Oct 31, 2023
1 parent e6ae47b commit 52615de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 52615de

Please sign in to comment.