Skip to content

Commit

Permalink
fix build process
Browse files Browse the repository at this point in the history
Added the build changes by @Tony763 to fix the latest failures.

Requested by @krisgesling MycroftAI#89 (comment)
  • Loading branch information
pfefferle committed Mar 13, 2022
1 parent 1187f33 commit 3558fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
# Section with prerequisite installations

- name: Github Actions - Get path to python
run: echo "PATH_TO_PYTHON=$(which python)" >> $GITHUB_ENV
run: echo "$(whereis python)" >> $GITHUB_PATH

- name: Github Actions - Get repository name
run: echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV
Expand All @@ -87,7 +87,7 @@ jobs:
git clone https://github.com/MycroftAI/mycroft-core.git /opt/mycroft-core
ls /opt
chmod +x /opt/mycroft-core/dev_setup.sh
/opt/mycroft-core/dev_setup.sh --allow-root -ci -sm -p ${{ env.PATH_TO_PYTHON }}
/opt/mycroft-core/dev_setup.sh --allow-root -ci -sm
source ${{ env.MYCROFT_VENV }}
/opt/mycroft-core/bin/mycroft-pip install -r ${{ github.workspace }}/requirements.txt
/opt/mycroft-core/bin/mycroft-config set tts.module dummy
Expand Down

0 comments on commit 3558fde

Please sign in to comment.