mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-25 08:12:19 +08:00
CI: Enable for ios
This commit is contained in:
4
.github/ios.yml → .github/workflows/ios.yml
vendored
4
.github/ios.yml → .github/workflows/ios.yml
vendored
@ -7,12 +7,12 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-11
|
||||
runs-on: macos-10.15
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install gpg
|
||||
run: brew install git-crypt md5sha1sum
|
||||
run: brew install git-crypt md5sha1sum gnu-sed
|
||||
- name: Unlock Secrets
|
||||
env:
|
||||
GITCRYPT_KEY: ${{ secrets.GITCRYPT_KEY }}
|
Reference in New Issue
Block a user