To install wget for UNIX (mac and ubuntu) sudo apt-get update && sudo apt-get install -y wget
should work and for windows use choco install wget --acceptlicense --confirm --verbose
- name: Get lowercase of os
id: string
uses: ASzc/change-string-case-action@v1
with:
string: ${{ runner.os }}
- run: mkdir sp
- name: Setup Spcomp
shell: bash