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 20ca1d0 commit 4f9f78aCopy full SHA for 4f9f78a
1 file changed
.github/workflows/deploy-dyad-bot.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: julia-actions/cache@v2
20
- name: Run todo script
21
run: |
22
- julia -e 'using Pkg; Pkg.Apps.add("JuliaC");'
+ 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
- name: Create bundle archive
25
run: zip -r ctrl-bundle.zip ctrl-bundle
0 commit comments