mirror of https://github.com/google/gemma.cpp.git
parent
a16df06cf2
commit
52e8b88bb0
|
|
@ -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:
|
||||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue