Skip to content

Commit

Permalink
CI: fix package installation on MacOS runners
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Jun 18, 2024
1 parent 7b4e872 commit a6ec406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ EMACS ?= emacs
WORKDIR := $(shell mktemp -d)

# export DEPS_DIR = $(shell realpath .deps)
export DEPS_DIR = $(shell mktemp -d emacsdepsXXXX)
export DEPS_DIR = $(shell mktemp -d --tmpdir emacsdepsXXXX)

default: test

Expand Down

0 comments on commit a6ec406

Please sign in to comment.