File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 - uses : actions/checkout@v3
2020
2121 - name : Download CLI
22- run : wget https://github.com/aptos-labs/aptos-core/releases/download/aptos-cli-v3 .1.0 /aptos-cli-3 .1.0 -Ubuntu-22.04-x86_64.zip
22+ run : wget https://github.com/aptos-labs/aptos-core/releases/download/aptos-cli-v6 .1.1 /aptos-cli-6 .1.1 -Ubuntu-22.04-x86_64.zip
2323
2424 - name : Unzip CLI
25- run : unzip aptos-cli-3 .1.0 -Ubuntu-22.04-x86_64.zip
25+ run : unzip aptos-cli-6 .1.1 -Ubuntu-22.04-x86_64.zip
2626
2727 - name : Run tests
2828 run : ./aptos move test
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ jobs:
4848 key : poetry-cache-${{ runner.os }}-${{ steps.setup_python.outputs.python-version }}-${{ env.POETRY_VERSION }}
4949 # Install Aptos CLI for Lazer contract formatting and linting
5050 - name : Download Aptos CLI
51- run : wget https://github.com/aptos-labs/aptos-core/releases/download/aptos-cli-v3 .1.0 /aptos-cli-3 .1.0 -Ubuntu-22.04-x86_64.zip
51+ run : wget https://github.com/aptos-labs/aptos-core/releases/download/aptos-cli-v6 .1.1 /aptos-cli-6 .1.1 -Ubuntu-22.04-x86_64.zip
5252 - name : Install Aptos CLI
5353 run : |
54- unzip aptos-cli-3 .1.0 -Ubuntu-22.04-x86_64.zip
54+ aptos-cli-6 .1.1 -Ubuntu-22.04-x86_64.zip
5555 sudo mv aptos /usr/local/bin/
5656 chmod +x /usr/local/bin/aptos
5757 aptos update movefmt
You can’t perform that action at this time.
0 commit comments