diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 71e4da1..bfcbb9a 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -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