Skip to content

Commit cf36ca1

Browse files
committed
Fix core
1 parent 0b6ed71 commit cf36ca1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-dyad-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
julia -e 'using Pkg; Pkg.update(); Pkg.Apps.add("JuliaC");'
2323
~/.julia/bin/juliac --trim=unsafe-warn --output-exe ctrl --project deploy --bundle ctrl-bundle deploy/src/main.jl
2424
env:
25-
JULIA_CPU_TARGET: cortex-a72
25+
JULIA_CPU_TARGET: cortex-a53
2626
- name: Create bundle archive
2727
run: zip -r ctrl-bundle.zip ctrl-bundle
2828
- name: Upload artifact

0 commit comments

Comments
 (0)