Skip to content

Commit

Permalink
fix env parameter, move to parent
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosEduR committed May 4, 2024
1 parent 4a99ede commit 70e6545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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

0 comments on commit 70e6545

Please sign in to comment.