From 538c40246e3eb1afe4f3be855b6b85a8c12ba9a0 Mon Sep 17 00:00:00 2001 From: torque Date: Mon, 14 Oct 2024 19:14:59 -0600 Subject: [PATCH] ci: reenable libsodium on zig master build --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 34b5a2f..fa50999 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,6 @@ jobs: os: ubuntu-latest - zig-version: "master" check-format: true - build-options: "-Denable-libsodium=false" os: ubuntu-latest runs-on: ${{ matrix.os }} steps: