Skip to content

Commit

Permalink
test: install build-essential and binutils
Browse files Browse the repository at this point in the history
  • Loading branch information
andygolay authored Aug 23, 2024
1 parent 724a6cf commit bfda47f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@ jobs:

- name: Install Movement CLI
run: |
sudo apt-get update
sudo apt-get install -y build-essential
sudo apt-get install -y binutils
export GIT_CLONE_PROTECTION_ACTIVE=false
git clone https://github.com/movementlabsxyz/aptos-core/
cd aptos-core
Expand Down

0 comments on commit bfda47f

Please sign in to comment.