File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2020 run : |
2121 curl -o libsodium-1.0.20-stable-msvc.zip https://download.libsodium.org/libsodium/releases/libsodium-1.0.20-stable-msvc.zip
2222 unzip libsodium-1.0.20-stable-msvc.zip
23+ mv libsodium/x64/Debug/v143 libsodium/x64/Debug/v144
24+ mv libsodium/x64/Release/v143 libsodium/x64/Release/v144
2325
2426 - name : Run cmake
2527 shell : bash
@@ -106,7 +108,7 @@ jobs:
106108 run : |
107109 brew uninstall --ignore-dependencies libsodium
108110 brew fetch --force --bottle-tag=arm64_sonoma libsodium | tee brew_output
109- downloaded_to=$(grep "Downloaded to" brew_output)
111+ downloaded_to=$(grep "Downloaded to" brew_output | tail -n 1 )
110112 downloaded_to_split=($downloaded_to)
111113 brew install ${downloaded_to_split[2]}
112114
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.5 )
1+ cmake_minimum_required (VERSION 3.10 )
22project (libxeddsa VERSION 2.0.0 LANGUAGES C)
33
44include (CTest)
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.5 )
1+ cmake_minimum_required (VERSION 3.10 )
22project (ref10 LANGUAGES C)
33
44include (CTest)
You can’t perform that action at this time.
0 commit comments