From f41366ef9016062ce164bdb21d79fc2ed9664756 Mon Sep 17 00:00:00 2001 From: richerfu Date: Mon, 5 Jan 2026 15:19:56 +0800 Subject: [PATCH] fix: ohos ci failed --- .github/workflows/ohos.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ohos.yml b/.github/workflows/ohos.yml index 5840c5d1..d762d78d 100644 --- a/.github/workflows/ohos.yml +++ b/.github/workflows/ohos.yml @@ -28,7 +28,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 diff --git a/README.md b/README.md index 12a19f53..e669d9fd 100644 --- a/README.md +++ b/README.md @@ -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是由北京大学自主开发的国产商用密码开源库,实现了对国密算法、标准和安全通信协议的全面功能覆盖,支持包括移动端在内的主流操作系统和处理器,支持密码钥匙、密码卡等典型国产密码硬件,提供功能丰富的命令行工具及多种编译语言编程接口。