Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Oct 28, 2024
1 parent 8946a78 commit 2aaefe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regenerate-mlir-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
import Pkg
Pkg.add("JuliaFormatter")
- name: Instantiate dependencies
run: julia --project=. --color=yes {0}
shell: |
shell: julia --project=. --color=yes {0}
run: |
using Pkg
pkg"instantiate"
pkg"update"
Expand Down

0 comments on commit 2aaefe0

Please sign in to comment.