Skip to content

Commit

Permalink
a build experiment with github actions, mimic login to fix PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
aegean-odyssey committed Jan 19, 2021
1 parent 0d32955 commit 09de9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09de9d7

Please sign in to comment.