Skip to content

Update build_and_test.yml #5

Update build_and_test.yml

Update build_and_test.yml #5

name: Build Test Examples
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: ollama/ollama:latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
apt-get update && apt-get install -y gcc make
- name: make
run: make -j8
- name: Pull models
run: ollama pull llama3:8b
# - name: test
# run: build/test