Skip to content

Commit

Permalink
echo cd
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Dec 7, 2023
1 parent 85abc1b commit 12582fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto-update-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install
run: |
echo "cd:"
echo %cd%
wget -O mxpy-up.py 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 @@ -31,6 +33,7 @@ jobs:
mxpy --version
- name: Auto-Update
run: |
echo %cd%
export PATH="~/multiversx-sdk:${PATH}"
mxpy-update
mxpy --version

0 comments on commit 12582fc

Please sign in to comment.