File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,30 +68,30 @@ jobs:
6868 run : |
6969 bazel --bazelrc=.bazelrc build --config=lua5_1 ${{ matrix.config }} //...
7070 - name : test-lua5.1
71- if : matrix.cfg.os != 'macos-13' && matrix.cfg.config != 'macos_arm64')
71+ if : matrix.cfg.os != 'macos-13' && matrix.cfg.config != 'macos_arm64'
7272 run : |
7373 bazel --bazelrc=.bazelrc test --config=lua5_1 ${{ matrix.config }} --test_output=errors //...
7474
7575 - name : build-lua5.2
7676 run : |
7777 bazel --bazelrc=.bazelrc build --config=lua5_2 ${{ matrix.config }} //...
7878 - name : test-lua5.2
79- if : matrix.cfg.os != 'macos-13' && matrix.cfg.config != 'macos_arm64')
79+ if : matrix.cfg.os != 'macos-13' && matrix.cfg.config != 'macos_arm64'
8080 run : |
8181 bazel --bazelrc=.bazelrc test --config=lua5_2 ${{ matrix.config }} --test_output=errors //...
8282
8383 - name : build-luajit
8484 run : |
8585 bazel --bazelrc=.bazelrc build --config=luajit ${{ matrix.config }} //...
8686 - name : test-luajit
87- if : matrix.cfg.os != 'macos-13' && matrix.cfg.config != 'macos_arm64')
87+ if : matrix.cfg.os != 'macos-13' && matrix.cfg.config != 'macos_arm64'
8888 run : |
8989 bazel --bazelrc=.bazelrc test --config=luajit ${{ matrix.config }} --test_output=errors //...
9090
9191 - name : build-luajit-internal_unwind
9292 run : |
9393 bazel --bazelrc=.bazelrc build --config=luajit ${{ matrix.config }} --copt=-fno-asynchronous-unwind-tables --luajit_external_unwinder=False //...
9494 - name : test-luajit-internal_unwind
95- if : matrix.cfg.os != 'macos-13' && matrix.cfg.config != 'macos_arm64')
95+ if : matrix.cfg.os != 'macos-13' && matrix.cfg.config != 'macos_arm64'
9696 run : |
9797 bazel --bazelrc=.bazelrc test --config=luajit ${{ matrix.config }} --copt=-fno-asynchronous-unwind-tables --luajit_external_unwinder=False --test_output=errors //...
You can’t perform that action at this time.
0 commit comments