Skip to content

Commit 4f9f78a

Browse files
committed
Update first
1 parent 20ca1d0 commit 4f9f78a

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
@@ -19,7 +19,7 @@ jobs:
1919
- uses: julia-actions/cache@v2
2020
- name: Run todo script
2121
run: |
22-
julia -e 'using Pkg; Pkg.Apps.add("JuliaC");'
22+
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
- name: Create bundle archive
2525
run: zip -r ctrl-bundle.zip ctrl-bundle

0 commit comments

Comments
 (0)