Limit apt commands to Ubuntu

This commit is contained in:
Ben Ramsey
2021-09-23 19:00:23 -05:00
parent e9ddc7cf7b
commit 4ba9f66759
@@ -153,6 +153,7 @@ jobs:
uses: "actions/checkout@v2"
- name: "Install dependencies (apt)"
if: ${{ matrix.operating-system == 'ubuntu-latest' }}
run: |
sudo apt-get update
sudo apt-get -y install libsodium-dev uuid-dev