From c6b6d485bc77d2dc17982b16dcb54f1c8b2025e6 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 10 Dec 2023 15:08:15 -0500 Subject: make: Require Transient/Compat paths to be explicitly set Don't assume that the top-level of the Transient and Compat repos reside in the same directory as this repo. --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0ae8a9f..ea27c1f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,6 +43,10 @@ jobs: run: make -C compat compile - name: Build transient run: make -C transient lisp + - name: Set envvars for dependencies + run: | + echo "COMPAT_DIR=$PWD/compat" >>$GITHUB_ENV + echo "TRANSIENT_DIR=$PWD/transient/lisp" >>$GITHUB_ENV - name: Build snakemake-mode run: make -C snakemake-mode all - name: Test snakemake-mode -- cgit v1.2.3