about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index e1caf34b..17206cf6 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -257,6 +257,8 @@ jobs:
 
             BOX64_DYNAREC=0 ctest $CTEST_OPTIONS
             ctest $CTEST_OPTIONS
+          elif [[ ${{ matrix.platform }} == 'ARM64' && ${{matrix.type}} == 'Box32' ]]; then
+            ctest $CTEST_OPTIONS
           else
             ctest -j$(nproc)
           fi