Skip to content

Commit

Permalink
Fix liboqs version to 0.9.0 (#11)
Browse files Browse the repository at this point in the history
* Pull a specific release of liboqs rather than main

* Update naming of liboqs install in codeql workflow
  • Loading branch information
Martyrshot authored Oct 30, 2023
1 parent a83ae2e commit 76f6239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
packages: liburcu-dev libuv1-dev libssl-dev libnghttp2-dev libxml2-dev liblmdb-dev libjson-c-dev pkg-config autoconf automake autotools-dev libtool-bin libjemalloc-dev libedit-dev libcap-dev libidn2-dev libkrb5-dev libmaxminddb-dev zlib1g-dev python3-ply astyle cmake gcc ninja-build python3-pytest python3-pytest-xdist unzip xsltproc doxygen graphviz python3-yaml valgrind

version: 1.0
- name: Install liboqs
- name: Install liboqs 0.9.0
run: |
git clone https://github.com/open-quantum-safe/liboqs.git
git clone --branch 0.9.0 https://github.com/open-quantum-safe/liboqs.git
cd liboqs
mkdir build
cd build
Expand Down

0 comments on commit 76f6239

Please sign in to comment.