Skip to content

Commit

Permalink
Merge pull request #568 from Abestanis/fix/openssl
Browse files Browse the repository at this point in the history
Fix/openssl
  • Loading branch information
gyunaev authored Sep 3, 2023
2 parents ec4cdce + 107ba06 commit 7261ff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
else
echo "CMAKE_PLATFORM_ARG=-A x64" >> $GITHUB_ENV
fi
choco install -y --force $archParam openssl.light
choco install -y --force $archParam openssl.light --version=1.1.1
echo "C:\\Program Files\\OpenSSL" >> $GITHUB_PATH
else
echo "$RUNNER_OS not supported"
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

#define VERSION_MAJOR 1
#define VERSION_MINOR 11
#define VERSION_PATCH 3
#define VERSION_PATCH 4

#endif // VERSION_H

0 comments on commit 7261ff0

Please sign in to comment.