/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v0.79.6
.github/actions/setup-xcode/action.yml
14 строк
413 B
Rob Anderson
convert circleci mac and ios workflows to github actions (#44032)
26 апр 2024, 12:50
26 апр 2024, 12:50
d224e8c
Код
Авторство
О чём код?
name: Setup xcode description: 'Set up your GitHub Actions workflow with a specific version of xcode' inputs: xcode-version: description: 'The xcode version to use' required: false default: '15.2' runs: using: "composite" steps: - name: Setup xcode uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd with: xcode-version: ${{ inputs.xcode-version }}