🏡 index : ~doyle/gitlab-cargo-shim.git

author Alex Butler <alexheretic@gmail.com> 2024-11-11 16:26:13.0 +00:00:00
committer Alex Butler <alexheretic@gmail.com> 2024-11-11 16:26:13.0 +00:00:00
commit
83aacde1954f635882b8327f1be5abcf777c90bb [patch]
tree
8e0bf35bad1b413d3900e26a3d7cd6bb407e4af9
parent
df34bbfea2644f9e48a12aff95ea23a771915292
download
83aacde1954f635882b8327f1be5abcf777c90bb.tar.gz

CI: install libsodium-dev



Diff

 .github/workflows/ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e46b646..c658e3c 100644
--- a/.github/workflows/ci.yml
+++ a/.github/workflows/ci.yml
@@ -13,6 +13,7 @@
          profile: minimal
          toolchain: stable
          override: true
      - run: sudo apt install -y libsodium-dev
      - run: cargo check

  test:
@@ -25,6 +26,7 @@
          profile: minimal
          toolchain: stable
          override: true
      - run: sudo apt install -y libsodium-dev
      - run: cargo test

  fmt:
@@ -51,4 +53,5 @@
          toolchain: stable
          override: true
          components: clippy
      - run: sudo apt install -y libsodium-dev
      - run: cargo clippy -- -D warnings