1
0
mirror of https://github.com/GitJournal/GitJournal.git synced 2025-07-15 07:56:11 +08:00

CI: Enable for ios

This commit is contained in:
Vishesh Handa
2021-06-30 11:21:39 +02:00
parent 1401d572f0
commit 8bc65f899d

@ -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 }}