From b41bacf8befdfd8730a2252d9e0bc54383d0c777 Mon Sep 17 00:00:00 2001 From: Auto Differentiation Dev Team <107129969+auto-differentiation-dev@users.noreply.github.com> Date: Sat, 16 Nov 2024 06:25:50 +0000 Subject: [PATCH] Also need unzip in QL container --- .github/workflows/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 6792e7bb..e3765c8c 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -145,7 +145,7 @@ jobs: - name: Setup run: | apt-get update \ - && apt-get install -y ninja-build bc datamash + && apt-get install -y ninja-build bc datamash unzip - name: Configure run: | cd QuantLib