From 7ab51dae4b1e397ec9a8eff71f26c8b2e60fe6a9 Mon Sep 17 00:00:00 2001 From: Shriraj Hegde Date: Tue, 5 Oct 2021 18:34:51 +0530 Subject: [PATCH] create 'multiarch_bin' directory --- .github/workflows/continuous-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-build.yml b/.github/workflows/continuous-build.yml index 36bbbbe..f684558 100644 --- a/.github/workflows/continuous-build.yml +++ b/.github/workflows/continuous-build.yml @@ -16,6 +16,7 @@ jobs: apt update && \ apt install coreutils sed git build-essential gcc-11 g++-11 -y apt install g++-11-aarch64-linux-gnu -y + mkdir -p multiarch_bin - name: Compile x86_64 run: | make CXX=g++-11 ARCH=x86_64 STATIC=true QUIET=true