Skip to content

Commit

Permalink
Support old Rust versions with latest dev-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Dec 9, 2024
1 parent 196f99a commit 4397b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
-e ACTIONS_RUNTIME_TOKEN \
-e SCCACHE_GHA_ENABLED \
ghcr.io/restatedev/dev-tools:latest \
cargo build --release --bins --target ${{ matrix.build.target }}
rustup target add ${matrix.build.target} && cargo build --release --bins --target ${{ matrix.build.target }}
- name: Sign binaries
if: ${{ matrix.build.os == 'macos-latest' }}
Expand Down

0 comments on commit 4397b69

Please sign in to comment.