1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 08:44:04 +00:00

ci: reformulate condition

This commit is contained in:
Samuel Štancl 2025-01-02 08:43:23 +01:00
parent 88855ec568
commit a3e58ee3b1
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
name: Tests
name: CI
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View file

@ -47,7 +47,7 @@ jobs:
uses: docker/setup-qemu-action@v3
- name: Build C files
if: ! (runner.os == 'Linux' && matrix.arch == 'ARM64')
if: runner.os != 'Linux' || matrix.arch != 'ARM64'
run: cd extensions && make
- name: Build C files (Linux cross-compilation)