fix(ci): add gnumake

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-05-23 13:57:58 -03:00
parent 26cb8e17e8
commit 1b7b6e3dc9

View File

@@ -19,7 +19,7 @@ jobs:
uses: DeterminateSystems/flake-checker-action@main
- name: Build project
run: |
nix shell nixpkgs#go github:a-h/templ --command 'make build-vercel'
nix shell nixpkgs#go nixpkgs#gnumake github:a-h/templ --command 'make build-vercel'
- name: Deploy
uses: amondnet/vercel-action@v25
with: