CI: Install gpg

This commit is contained in:
Vishesh Handa
2020-11-09 19:18:20 +01:00
parent 0148873e77
commit d9f801bb69

@ -10,6 +10,8 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Install gpg
run: brew install gnupg git-crypt
- uses: subosito/flutter-action@v1
with:
flutter-version: "1.22.1"