From 70e654509d89d496ffc838a3459006f1b4075e31 Mon Sep 17 00:00:00 2001 From: Carlos Sousa Date: Sat, 4 May 2024 00:50:59 -0300 Subject: [PATCH] fix env parameter, move to parent --- .github/workflows/aarch64.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aarch64.yml b/.github/workflows/aarch64.yml index dc126e754..1322a199a 100644 --- a/.github/workflows/aarch64.yml +++ b/.github/workflows/aarch64.yml @@ -31,6 +31,8 @@ jobs: - uses: uraimo/run-on-arch-action@v2 name: Build id: runcmd + env: + CXX: g++-12 with: arch: aarch64 githubToken: ${{ github.token }} @@ -41,7 +43,5 @@ jobs: run: | cmake -DADA_SANITIZE=ON -DADA_DEVELOPMENT_CHECKS=ON -DBUILD_SHARED_LIBS=${{matrix.shared}} -G Ninja -B build cmake --build build -j=2 - env: - CXX: g++-12 - name: Test run: ctest --output-on-failure --test-dir build