Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmont-dev authored Aug 12, 2024
1 parent 448e1e5 commit f4909c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
# image: ollama/ollama:latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
apt-get update && apt-get install -y gcc make
# - name: Install dependencies
# run: |
# apt-get update && apt-get install -y gcc make
# - name: Change directory to the checked-out code
# run: cd $GITHUB_WORKSPACE && echo "Now in $(pwd)" && ls -lrth
# - name: Pull models
# run: systemctl restart ollama && ollama pull llama3:8b
- name: make
run: cd $GITHUB_WORKSPACE && make -j8
run: make -j8
# - name: test
# run: build/test

0 comments on commit f4909c6

Please sign in to comment.