Use apt-get, add libsodium dep to github action

This commit is contained in:
Stephen Seo 2024-01-12 14:29:49 +09:00
parent 6634a0bfdb
commit 5de9fcfb22

View file

@ -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