diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 41ff2e2..37269bf 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install dependencies - run: sudo /usr/bin/env DEBIAN_FRONTEND=noninteractive apt install libgtest-dev cmake git + run: sudo /usr/bin/env DEBIAN_FRONTEND=noninteractive apt-get install libgtest-dev cmake git libsodium-dev - name: Get sources run: git clone --depth=1 --no-single-branch https://github.com/Stephen-Seo/UDPConnection.git UDPC - name: Build sources