From 893ffcea40c4a004140961b7652cdd32dfbb6ca2 Mon Sep 17 00:00:00 2001 From: Vittorio Parrella Date: Tue, 26 Mar 2024 08:16:51 +0100 Subject: [PATCH] fix perf. workflow --- .github/workflows/common-performance.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/common-performance.yml b/.github/workflows/common-performance.yml index b425224c..d5967da9 100644 --- a/.github/workflows/common-performance.yml +++ b/.github/workflows/common-performance.yml @@ -95,6 +95,8 @@ jobs: set GOHOSTARCH=amd64 set GOHOSTOS=windows cd backend/ + git submodule init quicly-go + git submodule update --init --recursive go generate - name: Build Client