mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:14:03 +00:00
ci: fix syntax error
This commit is contained in:
parent
a3e58ee3b1
commit
c3201387ed
1 changed files with 1 additions and 1 deletions
2
.github/workflows/extensions.yml
vendored
2
.github/workflows/extensions.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build C files (Linux cross-compilation)
|
- name: Build C files (Linux cross-compilation)
|
||||||
if: runner.os == 'Linux' && matrix.arch == 'ARM64'
|
if: runner.os == 'Linux' && matrix.arch == 'ARM64'
|
||||||
run:
|
run: |
|
||||||
cd extensions
|
cd extensions
|
||||||
docker run --platform linux/arm64 \
|
docker run --platform linux/arm64 \
|
||||||
-v .:/extensions \
|
-v .:/extensions \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue