Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit e0a948d

Browse files
committed
add libsodium dependency to github action workflow
1 parent cf7961f commit e0a948d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
- name: Install OS Packages
1919
uses: mstksg/get-package@v1
2020
with:
21-
apt-get: libgmp-dev libssl-dev libtinfo-dev libsystemd-dev zlib1g-dev
21+
apt-get: libgmp-dev libssl-dev libtinfo-dev libsystemd-dev zlib1g-dev libsodium-dev
22+
brew: libsodium
2223

2324
- uses: actions/checkout@v1
2425

0 commit comments

Comments
 (0)