From fcd9f8424be5173efde7565c1527dc52520ce847 Mon Sep 17 00:00:00 2001 From: "franck.ledoux" Date: Mon, 19 Jun 2023 06:29:57 +0200 Subject: [PATCH] Update continuous-ubuntu.yml Try to create the install directory to avoid errors during installation step --- .github/workflows/continuous-ubuntu.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-ubuntu.yml b/.github/workflows/continuous-ubuntu.yml index 02cfcbff..d15583e6 100644 --- a/.github/workflows/continuous-ubuntu.yml +++ b/.github/workflows/continuous-ubuntu.yml @@ -33,6 +33,7 @@ jobs: # subsequent commands run: > cmake -E make_directory /build; + cmake -E make_directory /buildinstall; pwd; ls;