From 19c81abc12b24eccb3a0051ffd22ad9586362ae4 Mon Sep 17 00:00:00 2001 From: Cuda-Chen Date: Fri, 24 Nov 2023 21:25:28 +0800 Subject: [PATCH] Try ENV --- .github/workflows/github_actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 002f1cc1..a70f8238 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -69,6 +69,7 @@ jobs: distro: ubuntu20.04 env: | CXX: ${{ matrix.cxx_compiler }} + ARCH_CFLAGS: install: | apt-get update -q -y apt-get install -q -y "${{ matrix.cxx_compiler }}" make