Skip to content

Commit f4909c6

Browse files
authored
Update build_and_test.yml
1 parent 448e1e5 commit f4909c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/build_and_test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
# image: ollama/ollama:latest
1515
steps:
1616
- uses: actions/checkout@v4
17-
- name: Install dependencies
18-
run: |
19-
apt-get update && apt-get install -y gcc make
17+
# - name: Install dependencies
18+
# run: |
19+
# apt-get update && apt-get install -y gcc make
2020
# - name: Change directory to the checked-out code
2121
# run: cd $GITHUB_WORKSPACE && echo "Now in $(pwd)" && ls -lrth
2222
# - name: Pull models
2323
# run: systemctl restart ollama && ollama pull llama3:8b
2424
- name: make
25-
run: cd $GITHUB_WORKSPACE && make -j8
25+
run: make -j8
2626
# - name: test
2727
# run: build/test

0 commit comments

Comments
 (0)