Skip to content

Commit

Permalink
ci: fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed Jan 2, 2025
1 parent a3e58ee commit c320138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit c320138

Please sign in to comment.