Skip to content

Commit b19e06c

Browse files
author
Daniele Briggi
committed
chore(workflow): remove dependency
1 parent 2edeaa6 commit b19e06c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
if: matrix.name == 'linux-vulkan'
6464
run: |
6565
sudo apt-get update -y
66-
sudo apt-get install -y build-essential wget git cmake ccache sqlite3 libcurl4-openssl-dev
66+
sudo apt-get install -y build-essential wget git cmake sqlite3 libcurl4-openssl-dev
6767
6868
- name: linux install vulkan
6969
if: matrix.name == 'linux-vulkan'

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ MAKEFLAGS += -j$(CPUS)
2727
# Compiler and flags
2828
CC = gcc
2929
CXX = g++
30-
CFLAGS = -Wall -Wextra -Wno-unused-parameter -I$(SRC_DIR) -I$(LLAMA_DIR)/ggml/include -I$(LLAMA_DIR)/include -I$(MINIAUDIO_DIR)
30+
CFLAGS = -Wall -Wextra -Wno-unused-parameter -I$(SRC_DIR) -I$(LLAMA_DIR)/ggml/include -I$(LLAMA_DIR)/include -I$(WHISPER_DIR)/include -I$(MINIAUDIO_DIR)
3131
LDFLAGS = $(LLAMA_LDFLAGS) $(WHISPER_LDFLAGS) $(MINIAUDIO_LDFLAGS)
3232
LLAMA_OPTIONS = $(LLAMA) -DLLAMA_CURL=OFF -DLLAMA_BUILD_EXAMPLES=OFF -DLLAMA_BUILD_TESTS=OFF -DLLAMA_BUILD_TOOLS=OFF -DLLAMA_BUILD_SERVER=OFF
3333
WHISPER_OPTIONS = $(WHISPER) -DWHISPER_BUILD_EXAMPLES=OFF -DWHISPER_BUILD_TESTS=OFF -DWHISPER_BUILD_SERVER=OFF

0 commit comments

Comments
 (0)