star9029 8 months ago
parent
commit
459aba852f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ubuntu_arm64.yml

+ 1 - 1
.github/workflows/ubuntu_arm64.yml

@@ -34,4 +34,4 @@ jobs:
 
       - name: Tests
         run: |
-          xmake l ./scripts/test.lua -D -k ${{ matrix.kind }} -m ${{ matrix.mode }}
+          xmake l ./scripts/test.lua -D -a arm64-v8a -k ${{ matrix.kind }} -m ${{ matrix.mode }}