Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-aptos committed Jan 16, 2025
1 parent 03ce9eb commit 9ad115e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-sdk-dependency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ 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:
Expand Down
6 changes: 6 additions & 0 deletions rust/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[toolchain]
channel = "1.78.0"

# Note: we don't specify cargofmt in our toolchain because we rely on
# the nightly version of cargofmt and verify formatting in CI/CD.
components = ["cargo", "clippy", "rustc", "rust-docs", "rust-std"]

0 comments on commit 9ad115e

Please sign in to comment.