Skip to content

Commit

Permalink
Pull a specific release of liboqs rather than main
Browse files Browse the repository at this point in the history
  • Loading branch information
Martyrshot committed Oct 29, 2023
1 parent faf8fdc commit e4f3dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
version: 1.0
- name: Install liboqs
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 e4f3dd4

Please sign in to comment.