Skip to content

Commit 83d0557

Browse files
committed
wip: fixing the github actions ci/tests
1 parent f1f7880 commit 83d0557

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,15 @@ jobs:
2222
- name: Install build dependencies
2323
run: |
2424
sudo apt update
25-
26-
sudo apt install astyle cmake gcc ninja-build libssl-dev python3-pytest python3-pytest-xdist unzip xsltproc doxygen graphviz python3-yaml valgrind
27-
28-
- name: Download and build liboqs
29-
run: |
30-
git clone --depth=1 https://github.com/open-quantum-safe/liboqs
31-
cmake -S liboqs -B liboqs/build -DBUILD_SHARED_LIBS=ON
32-
cmake --build liboqs/build --parallel 8
33-
cmake --build liboqs/build --target install
34-
35-
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
25+
sudo apt install astyle cmake gcc ninja-build build-essential libssl-dev python3-pytest python3-pytest-xdist unzip xsltproc doxygen graphviz python3-yaml
3626
3727
- name: Download and build and liboqs-python
3828
run: |
3929
git clone --depth=1 https://github.com/open-quantum-safe/liboqs-python
4030
cd liboqs-python
4131
pip install .
4232
cd ..
43-
rm -rf liboqs*
33+
rm -rf liboqspython
4434
- name: Install Python dependencies
4535
run: |
4636
pip install -r requirements.txt

0 commit comments

Comments
 (0)