Skip to content

Commit 7261ff0

Browse files
authored
Merge pull request #568 from Abestanis/fix/openssl
Fix/openssl
2 parents ec4cdce + 107ba06 commit 7261ff0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
else
5151
echo "CMAKE_PLATFORM_ARG=-A x64" >> $GITHUB_ENV
5252
fi
53-
choco install -y --force $archParam openssl.light
53+
choco install -y --force $archParam openssl.light --version=1.1.1
5454
echo "C:\\Program Files\\OpenSSL" >> $GITHUB_PATH
5555
else
5656
echo "$RUNNER_OS not supported"

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
#define VERSION_MAJOR 1
55
#define VERSION_MINOR 11
6-
#define VERSION_PATCH 3
6+
#define VERSION_PATCH 4
77

88
#endif // VERSION_H

0 commit comments

Comments
 (0)