Skip to content

Commit d154842

Browse files
committed
ci: fix ci
1 parent 6943287 commit d154842

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/ci-pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)