Skip to content

Commit

Permalink
Fix proto-related release workflow. (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-aptos authored Jan 16, 2025
1 parent 29f4e9c commit 5e32664
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-sdk-dependency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,17 @@ jobs:
with:
secrets: |-
token:aptos-ci/github-actions-repository-dispatch
- run: sudo apt-get update && sudo apt-get install build-essential ca-certificates clang curl git libpq-dev libssl-dev pkg-config lsof lld libdw-dev --no-install-recommends --assume-yes
shell: bash
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ steps.secrets.outputs.token }}
- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rustflags: --cfg tokio_unstable
components: cargo clippy rustc rust-docs rust-std
- name: Install toml
run: cargo install toml-cli
- name: Update the dependency
Expand Down

0 comments on commit 5e32664

Please sign in to comment.