We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6ed71 commit cf36ca1Copy full SHA for cf36ca1
1 file changed
.github/workflows/deploy-dyad-bot.yml
@@ -22,7 +22,7 @@ jobs:
22
julia -e 'using Pkg; Pkg.update(); Pkg.Apps.add("JuliaC");'
23
~/.julia/bin/juliac --trim=unsafe-warn --output-exe ctrl --project deploy --bundle ctrl-bundle deploy/src/main.jl
24
env:
25
- JULIA_CPU_TARGET: cortex-a72
+ JULIA_CPU_TARGET: cortex-a53
26
- name: Create bundle archive
27
run: zip -r ctrl-bundle.zip ctrl-bundle
28
- name: Upload artifact
0 commit comments