Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading