We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448e1e5 commit f4909c6Copy full SHA for f4909c6
.github/workflows/build_and_test.yml
@@ -14,14 +14,14 @@ jobs:
14
# image: ollama/ollama:latest
15
steps:
16
- uses: actions/checkout@v4
17
- - name: Install dependencies
18
- run: |
19
- apt-get update && apt-get install -y gcc make
+# - name: Install dependencies
+# run: |
+ # apt-get update && apt-get install -y gcc make
20
# - name: Change directory to the checked-out code
21
# run: cd $GITHUB_WORKSPACE && echo "Now in $(pwd)" && ls -lrth
22
# - name: Pull models
23
# run: systemctl restart ollama && ollama pull llama3:8b
24
- name: make
25
- run: cd $GITHUB_WORKSPACE && make -j8
+ run: make -j8
26
# - name: test
27
# run: build/test
0 commit comments