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 2525 - name : Unzip CLI
2626 run : unzip aptos-cli-6.1.1-Ubuntu-22.04-x86_64.zip
2727
28+ - name : Install movefmt
29+ run : ./aptos update movefmt
30+
2831 - name : Check Formatting
2932 run : ./aptos move fmt
3033 if : success() || failure()
Original file line number Diff line number Diff line change 3434 - name : Install Anchor
3535 run : |
3636 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}"
3741 # Libusb is a build requirement for the node-hid package and so pnpm
3842 # install will fail if this isn't in the build environment and if a
3943 # precompiled binary isn't found.
You can’t perform that action at this time.
0 commit comments