Remove unnecessary ci step

This commit is contained in:
pancake 2021-02-22 13:19:38 +01:00
parent 92e39c18f7
commit 1997994405

View File

@ -90,7 +90,6 @@ jobs:
repository: radareorg/radare2-win-installer
path: ./radare2-win-installer
- name: Extract r2 version for the installer
shell: pwsh
run: echo "##[set-output name=branch;]$( python sys\\version.py )"
id: extract_version
- name: Create installer
@ -321,10 +320,6 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Extract r2 version
shell: bash
run: echo "##[set-output name=branch;]$(python sys/version.py)"
id: extract_version
- name: Install pkg-config/ldid2 with Homebrew
run: brew install pkg-config ldid
# - name: Create cydia32 package