Skip to content

Commit

Permalink
Update build.yml (#22)
Browse files Browse the repository at this point in the history
dispath -> dispatch
  • Loading branch information
eltociear authored Feb 23, 2024
1 parent a16df06 commit 52e8b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build

# Trigger on push or via manual dispath.
# Trigger on push or via manual dispatch.
on: [push, workflow_dispatch]

jobs:
Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:
# Explicitly list build targets here.
# Building "all" includes test executables and takes much longer.
buildWithCMakeArgs: "-- gemma"
buildDirectory: '${{ github.workspace }}/build'
buildDirectory: '${{ github.workspace }}/build'

0 comments on commit 52e8b88

Please sign in to comment.