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 01513f7 commit e37d8c2Copy full SHA for e37d8c2
1 file changed
.github/workflows/deploy-dyad-bot.yml
@@ -9,15 +9,15 @@ on:
9
10
jobs:
11
todo:
12
- name: Run todo script
+ name: Build dyad-bot
13
runs-on: macos-latest
14
steps:
15
- uses: actions/checkout@v4
16
- uses: julia-actions/setup-julia@v2
17
with:
18
version: '1.12'
19
- uses: julia-actions/cache@v2
20
- - name: Run todo script
+ - name: Build dyad-bot
21
run: |
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
0 commit comments