diff options
| author | ruki <[email protected]> | 2025-01-19 22:07:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-01-19 22:17:45 +0800 |
| commit | e055bc97774bd868e5dcdec80d1de4b4570d4120 (patch) | |
| tree | 155286469e4372b6369e7766de475205f6e5c22e /.github | |
| parent | f3c8fc11a97460e30124f1fb9f2550a41ba37f10 (diff) | |
disable headerunits for gcc/arm64
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/linux_arm64.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/linux_arm64.yml b/.github/workflows/linux_arm64.yml index c25081ef0..ab43296c3 100644 --- a/.github/workflows/linux_arm64.yml +++ b/.github/workflows/linux_arm64.yml @@ -30,6 +30,8 @@ jobs: - name: Tests run: | + gcc --version + xmake l os.arch xmake lua -v -D tests/run.lua xrepo --version |
