Skip to content

Commit

Permalink
.github/workflows/ports_psoc6.yml: WIP for multi on target.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
  • Loading branch information
jaenrig-ifx committed Aug 4, 2023
1 parent 7209a61 commit b90f180
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ports_psoc6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
- name: Download binaries
uses: actions/download-artifact@v3
- name: Install packages
run: source tools/ci.sh && ci_psoc6_setup
run: |
sudo chmod 666 /var/run/docker.sock
source tools/ci.sh && ci_psoc6_setup
# - name: Setup device
# run: |
# cd tools/psoc6
Expand Down

0 comments on commit b90f180

Please sign in to comment.