Skip to content

Commit

Permalink
use chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Dec 7, 2023
1 parent 7c5f0a1 commit 774e15e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/auto-update-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
- name: Install
shell: bash
run: |
echo "cd:"
echo %cd%
curl.exe --output mxpy-up.py --url https://raw.githubusercontent.com/multiversx/mx-sdk-py-cli/$BRANCH_NAME/mxpy-up.py
python3 mxpy-up.py --exact-version=9.0.0 --not-interactive
- name: Smoke test
Expand All @@ -36,8 +34,7 @@ jobs:
- name: Auto-Update
shell: bash
run: |
echo "cd:"
echo %cd%
export PATH="~/multiversx-sdk:${PATH}"
chmod +x mxpy-update
mxpy-update
mxpy --version

0 comments on commit 774e15e

Please sign in to comment.