Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Bindea Cristian <[email protected]>
  • Loading branch information
bindea-cristian committed Apr 4, 2024
1 parent de511f8 commit caff30e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/kuiperbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,18 @@ jobs:

- name: fix dubious ownership
shell: bash
run: git config --global --add safe.directory $GITHUB_WORKSPACE
run: echo $HOME && git config --system --add safe.directory '*'

- name: fix HOME variable
shell: bash
run: echo HOME=/home/runner | sudo tee -a $GITHUB_ENV
run: |
echo HOME=/home/runner | sudo tee -a $GITHUB_ENV
export HOME=/home/runner
- name: Build Scopy
shell: bash
run: |
echo $HOME
cd $GITHUB_WORKSPACE
./ci/kuiper/kuiper_build_process.sh install_packages download_cmake download_crosscompiler move_sysroot build_scopy build_iio-emu create_appdir create_appimage move_appimage
Expand Down

0 comments on commit caff30e

Please sign in to comment.