Skip to content

Commit

Permalink
fix: github action build
Browse files Browse the repository at this point in the history
  • Loading branch information
alxarno committed Nov 12, 2024
1 parent d60c342 commit cfab753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfab753

Please sign in to comment.