mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-08 09:00:54 +08:00
CI: Install gpg
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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"
|
||||
|
Reference in New Issue
Block a user