Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 3f5590d

Browse files
committed
add github actions CI and tests
1 parent cf18187 commit 3f5590d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install build dependencies
2323
run: sudo apt-get update && sudo apt-get install -y git cmake ninja-build build-essential python3 gcc
2424

25-
- name: Build and install liboqs and Python bindings
25+
- name: Build and install liboqs and its Python bindings
2626
run: |
2727
git clone --depth=1 https://github.com/open-quantum-safe/liboqs-python
2828
cd liboqs-python

0 commit comments

Comments
 (0)