File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 25
25
- name : Unzip CLI
26
26
run : unzip aptos-cli-6.1.1-Ubuntu-22.04-x86_64.zip
27
27
28
+ - name : Install movefmt
29
+ run : ./aptos update movefmt
30
+
28
31
- name : Check Formatting
29
32
run : ./aptos move fmt
30
33
if : success() || failure()
Original file line number Diff line number Diff line change 34
34
- name : Install Anchor
35
35
run : |
36
36
cargo install --git https://github.com/coral-xyz/anchor --tag v0.27.0 anchor-cli --locked
37
+ - name : Install g++ 12
38
+ run : |
39
+ sudo apt-get install g++-12
40
+ echo "CXX=/usr/bin/g++-12" >> "${GITHUB_ENV}"
37
41
# Libusb is a build requirement for the node-hid package and so pnpm
38
42
# install will fail if this isn't in the build environment and if a
39
43
# precompiled binary isn't found.
You can’t perform that action at this time.
0 commit comments