You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/sodium.yml
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -27,16 +27,25 @@ jobs:
27
27
repository: jedisct1/libsodium
28
28
submodules: recursive
29
29
30
+
# - name: Checkout latest Tag
31
+
# id: print-version
32
+
# shell: bash
33
+
# run: |
34
+
# git fetch --tags
35
+
# LATEST_TAG=$(git tag --sort=-v:refname | head -1)
36
+
# git checkout "$LATEST_TAG"
37
+
# VERSION="${LATEST_TAG%-RELEASE}"
38
+
# VERSION="${VERSION%-FINAL}"
39
+
# echo "version=$VERSION" >> $GITHUB_OUTPUT
40
+
41
+
# 1.0.21 is broken, there is no 1.0.22 (yet), main dev says 'just clone stable': https://github.com/jedisct1/libsodium/issues/1509 and https://github.com/jedisct1/libsodium/issues/1502
0 commit comments