diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-03-13 11:21:43 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-03-13 11:21:43 +0100 |
| commit | a79128e95178de10f8c8c362ab23b3359908696e (patch) | |
| tree | c5ad3e4eeb572566f03f579f96a5cc926a5e2f08 /.github/workflows | |
| parent | 1793c2a18292d3f3a1c1ba0fcdcd738b43997a2e (diff) | |
| download | box64-a79128e95178de10f8c8c362ab23b3359908696e.tar.gz box64-a79128e95178de10f8c8c362ab23b3359908696e.zip | |
[CI] Repeat test for all Box32 build instead of just ARM64 one
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 17206cf6..a1569840 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -257,7 +257,7 @@ jobs: BOX64_DYNAREC=0 ctest $CTEST_OPTIONS ctest $CTEST_OPTIONS - elif [[ ${{ matrix.platform }} == 'ARM64' && ${{matrix.type}} == 'Box32' ]]; then + elif [[ ${{matrix.type}} == 'Box32' ]]; then ctest $CTEST_OPTIONS else ctest -j$(nproc) |