Skip to content

build: try to fix failing ggml build #474

build: try to fix failing ggml build

build: try to fix failing ggml build #474

Workflow file for this run

name: Main Branch Commit Action
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Building ggml examples
run: |
echo "Build ggml examples"
cd fundamentals/ggml
git submodule update --init ggml
make ggml-init
make ggml
make