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

ci: fix syntax error

This commit is contained in:
Samuel Štancl 2025-01-02 08:44:14 +01:00
parent a3e58ee3b1
commit c3201387ed

View file

@ -52,7 +52,7 @@ jobs:
- name: Build C files (Linux cross-compilation)
if: runner.os == 'Linux' && matrix.arch == 'ARM64'
run:
run: |
cd extensions
docker run --platform linux/arm64 \
-v .:/extensions \