Skip to content

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #2564

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #2564

Workflow file for this run

name: ios-cpu
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
setup:
runs-on: ubuntu-latest
outputs:
CONDITION: ${{ steps.preflight.outputs.CONDITION }}
steps:
- uses: actions/checkout@v2
- name: Preflight
id: preflight
run: |
echo ::set-output name=CONDITION::0
./scripts/.ci/preflight.sh ios || ret=$? && echo $ret && echo ::set-output name=CONDITION::$ret
ios-iphone-os:
needs: [setup]
if: ${{ needs.setup.outputs.CONDITION != '11' }}
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: build
run: ./scripts/build_framework_ios.sh