From 7ebd0fe607fc59d08c4140c76143abae871e67b3 Mon Sep 17 00:00:00 2001 From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Tue, 11 Jun 2024 17:40:38 +0200 Subject: [PATCH] fixup to linux yml workflow file Signed-off-by: Michael Baentsch <57787676+baentsch@users.noreply.github.com> --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index cb890eb7..7b87fbed 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -20,7 +20,7 @@ jobs: image: openquantumsafe/ci-ubuntu-jammy:latest env: MAKE_PARAMS: "-j 18" - LIBOQS_BRANCH="0.10.1" + LIBOQS_BRANCH: "0.10.1" steps: - name: Checkout code uses: actions/checkout@v2 @@ -118,7 +118,7 @@ jobs: - name: Clone and build liboqs with ASan run: | - git clone --depth=1 --branch 0.10.0 https://github.com/open-quantum-safe/liboqs.git liboqs + git clone --depth=1 --branch 0.10.1 https://github.com/open-quantum-safe/liboqs.git liboqs cd liboqs mkdir build install cmake -GNinja -B build \