From b27af7e4654c3b2fe8c68a560c99fbffbd22789b Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Mon, 5 Oct 2020 20:45:21 +0200 Subject: cmake: Add cross tests --- .github/workflows/nonative.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/nonative.yml b/.github/workflows/nonative.yml index 59386c530..44eeb9e52 100644 --- a/.github/workflows/nonative.yml +++ b/.github/workflows/nonative.yml @@ -16,4 +16,4 @@ jobs: apt-get -y autoremove - uses: actions/checkout@v2 - name: Run tests - run: bash -c 'source /ci/env_vars.sh; cd $GITHUB_WORKSPACE; ./run_tests.py $CI_ARGS --cross ubuntu-armhf.txt --cross-only' + run: bash -c 'source /ci/env_vars.sh; cd $GITHUB_WORKSPACE; ./run_tests.py $CI_ARGS --cross ubuntu-armhf.json --cross-only' -- cgit v1.2.3