Skip to content

Commit

Permalink
ci: install pass on macOS for testing
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed May 28, 2023
1 parent 05edd7f commit 5fd7864
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,16 @@ jobs:
go-version: ${{ env.GO_VERSION }}
cache: true
-
name: Install deps
name: Install deps (ubuntu)
if: startsWith(matrix.os, 'ubuntu-')
run: |
sudo apt-get update
sudo apt-get install -y dbus-x11 gnome-keyring libsecret-1-dev pass
-
name: Install deps (macOS)
if: startsWith(matrix.os, 'macOS-')
run: |
brew install pass
-
name: GPG conf
if: startsWith(matrix.os, 'ubuntu-')
Expand Down

0 comments on commit 5fd7864

Please sign in to comment.