Remove unused steps in Github workflow.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-06 17:26:38 -07:00
parent ea9a08bf76
commit 8c7c0eebc4
1 changed files with 0 additions and 30 deletions

View File

@ -61,36 +61,6 @@ jobs:
zstd -d -r --rm sdk zstd -d -r --rm sdk
shell: pwsh shell: pwsh
- name: Downloading conan
run: |
echo "Downloading conan..."
shell: cmd
- name: Downloading conan
run: |
set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
shell: cmd
- name: Downloading conan
run: |
python --version
shell: cmd
- name: Downloading conan
run: |
python --version
shell: cmd
- name: Upgrade pip
run: |
python -m pip install --upgrade pip
shell: cmd
- name: Install conan
run: |
pip install conan
shell: cmd
- name: Add conan remote - name: Add conan remote
run: | run: |
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan