Skip to content

Commit 5fd7864

Browse files
committed
ci: install pass on macOS for testing
Signed-off-by: CrazyMax <[email protected]>
1 parent 05edd7f commit 5fd7864

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,16 @@ jobs:
5959
go-version: ${{ env.GO_VERSION }}
6060
cache: true
6161
-
62-
name: Install deps
62+
name: Install deps (ubuntu)
6363
if: startsWith(matrix.os, 'ubuntu-')
6464
run: |
6565
sudo apt-get update
6666
sudo apt-get install -y dbus-x11 gnome-keyring libsecret-1-dev pass
67+
-
68+
name: Install deps (macOS)
69+
if: startsWith(matrix.os, 'macOS-')
70+
run: |
71+
brew install pass
6772
-
6873
name: GPG conf
6974
if: startsWith(matrix.os, 'ubuntu-')

0 commit comments

Comments
 (0)