From b1ba2523f40692646e5e5fab3de89157a074fb98 Mon Sep 17 00:00:00 2001 From: TTtie Date: Sun, 10 Nov 2024 17:50:38 +0000 Subject: [PATCH] feat: for transparency, let's print the libsodium rev as well --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cceaae6..eae54c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,9 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive + - name: Print used libsodium revision + run: | + git -C libsodium rev-parse HEAD - name: Build libsodium for WASM run: ./scripts/build-libsodium.sh - name: Package the project