Merge pull request #1863 from richerfu/master

fix: ohos ci failed
This commit is contained in:
Zhi Guan
2026-05-27 18:38:52 +08:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ jobs:
uses: openharmony-rs/setup-ohos-sdk@v0.1
id: setup-ohos
with:
version: "5.0"
version: "5.0.0"
- name: Build
# Build your program with the given configuration

View File

@@ -3,6 +3,7 @@
[![CMake-Ubuntu/macOS](https://github.com/guanzhi/GmSSL/workflows/CMake/badge.svg)](https://github.com/guanzhi/GmSSL/actions/workflows/cmake.yml)
[![CMake-Windows](https://github.com/guanzhi/GmSSL/workflows/CMake-windows/badge.svg)](https://github.com/guanzhi/GmSSL/actions/workflows/cmake-windows.yml)
[![CMake-Android](https://github.com/guanzhi/GmSSL/actions/workflows/android-ci.yml/badge.svg)](https://github.com/guanzhi/GmSSL/actions/workflows/android-ci.yml)
[![CMake-OpenHarmony](https://github.com/guanzhi/GmSSL/actions/workflows/ohos.yml/badge.svg)](https://github.com/guanzhi/GmSSL/actions/workflows/ohos.yml)
[![CMake-iOS](https://github.com/guanzhi/GmSSL/actions/workflows/ios.yml/badge.svg)](https://github.com/guanzhi/GmSSL/actions/workflows/ios.yml)
GmSSL是由北京大学自主开发的国产商用密码开源库实现了对国密算法、标准和安全通信协议的全面功能覆盖支持包括移动端在内的主流操作系统和处理器支持密码钥匙、密码卡等典型国产密码硬件提供功能丰富的命令行工具及多种编译语言编程接口。