From 09de9d748f0f5daa3f7180bb39f15379656f00b6 Mon Sep 17 00:00:00 2001 From: Aegean Odyssey <57586704+aegean-odyssey@users.noreply.github.com> Date: Tue, 19 Jan 2021 22:36:15 +0000 Subject: [PATCH] a build experiment with github actions, mimic login to fix PATH --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f00b8cb8..0faad78d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: uses: ./.github/ with: args: > - /bin/sh -c "export PATH=${{github.workspace}}/bin:\$PATH && + /bin/sh -c "export HOME=$GITHUB_WORKSPACE && . /etc/profile ; make select='${{github.event.inputs.features}}'" - name: identify