From cfab7536aa607d937a513b3fa387f53a67b3cb9f Mon Sep 17 00:00:00 2001 From: alxarno Date: Wed, 13 Nov 2024 01:14:59 +0300 Subject: [PATCH] fix: github action build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1870658..c77347e 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ test: ## test -coverprofile=coverage.out .PHONY: ubuntu ubuntu: ## Install deps for ubuntu (libvips, ffmpeg) - apt install build-essential libvips pkg-config libvips-dev ffmpeg -y + sudo apt install build-essential libvips pkg-config libvips-dev ffmpeg -y npm i --prefix ./web .PHONY: coverage