Skip to content

Commit

Permalink
bla
Browse files Browse the repository at this point in the history
  • Loading branch information
markirb committed Dec 27, 2024
1 parent 96d2fd1 commit 42cc330
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ jobs:
run: docker build -t mgos/esp32-build:4.4.1-r7 -f .github/workflows/Dockerfile-esp32-build .
- name: Build
run: |
whoami
id
ls -la
.github/version.py --suffix
#make ${{ matrix.model }} LOCAL=1 RELEASE=1 RELEASE_SUFFIX=$(.github/version.py --suffix)
/usr/bin/git config --global --add safe.directory /__w/shelly-homekit/shelly-homekit
chmod -R o+rx /__w/shelly-homekit/shelly-homekit
make ${{ matrix.model }} LOCAL=1 RELEASE=1 RELEASE_SUFFIX=$(.github/version.py --suffix)
- name: Debug
if: always()
run: |
Expand Down

0 comments on commit 42cc330

Please sign in to comment.