Skip to content

Commit 57042dd

Browse files
committed
hm
1 parent 218bcec commit 57042dd

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci-aptos-contract.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
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()

.github/workflows/ci-message-buffer.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
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.

0 commit comments

Comments
 (0)