Skip to content

Commit 9e0d7e6

Browse files
committed
Fix.
1 parent 29f4e9c commit 9e0d7e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update-sdk-dependency.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,17 @@ jobs:
3434
with:
3535
secrets: |-
3636
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
3739
- name: Checkout
3840
uses: actions/checkout@v4
3941
with:
4042
token: ${{ steps.secrets.outputs.token }}
4143
- name: Setup Rust
4244
uses: actions-rust-lang/setup-rust-toolchain@v1
45+
with:
46+
rustflags: --cfg tokio_unstable
47+
components: cargo clippy rustc rust-docs rust-std
4348
- name: Install toml
4449
run: cargo install toml-cli
4550
- name: Update the dependency

0 commit comments

Comments
 (0)