Update build.yml

dispath -> dispatch
This commit is contained in:
Ikko Eltociear Ashimine 2024-02-24 01:43:57 +09:00 committed by GitHub
parent 0508e2c2e1
commit 5c7dbc6599
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: Build name: Build
# Trigger on push or via manual dispath. # Trigger on push or via manual dispatch.
on: [push, workflow_dispatch] on: [push, workflow_dispatch]
jobs: jobs:
@ -42,4 +42,4 @@ jobs:
# Explicitly list build targets here. # Explicitly list build targets here.
# Building "all" includes test executables and takes much longer. # Building "all" includes test executables and takes much longer.
buildWithCMakeArgs: "-- gemma" buildWithCMakeArgs: "-- gemma"
buildDirectory: '${{ github.workspace }}/build' buildDirectory: '${{ github.workspace }}/build'