We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f4e9c commit 9e0d7e6Copy full SHA for 9e0d7e6
.github/workflows/update-sdk-dependency.yaml
@@ -34,12 +34,17 @@ jobs:
34
with:
35
secrets: |-
36
token:aptos-ci/github-actions-repository-dispatch
37
+ - 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
38
+ shell: bash
39
- name: Checkout
40
uses: actions/checkout@v4
41
42
token: ${{ steps.secrets.outputs.token }}
43
- name: Setup Rust
44
uses: actions-rust-lang/setup-rust-toolchain@v1
45
+ with:
46
+ rustflags: --cfg tokio_unstable
47
+ components: cargo clippy rustc rust-docs rust-std
48
- name: Install toml
49
run: cargo install toml-cli
50
- name: Update the dependency
0 commit comments