Skip to content

Commit e37d8c2

Browse files
committed
Fix minor
1 parent 01513f7 commit e37d8c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ on:
99

1010
jobs:
1111
todo:
12-
name: Run todo script
12+
name: Build dyad-bot
1313
runs-on: macos-latest
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: julia-actions/setup-julia@v2
1717
with:
1818
version: '1.12'
1919
- uses: julia-actions/cache@v2
20-
- name: Run todo script
20+
- name: Build dyad-bot
2121
run: |
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

0 commit comments

Comments
 (0)