Skip to content

Commit

Permalink
CI: fix package installation on Windows runners
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Jun 18, 2024
1 parent 965facf commit 30d6004
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ default: test
.PHONY: install-deps
install-deps:
rm -rf ${DEPS_DIR}
${EMACS} -Q --batch ../pg.el -l install-deps.el
pwd
ls -l
${EMACS} -Q --batch ../pg.el -l ./install-deps.el

test: test-pg.el install-deps
${EMACS} -Q --batch -l load-deps.el -l ../pg.el -l test-pg.el -f pg-test
Expand Down

0 comments on commit 30d6004

Please sign in to comment.