Skip to content

Commit

Permalink
fix: Add --interactive option to container
Browse files Browse the repository at this point in the history
  • Loading branch information
achxkloel committed Jan 26, 2024
1 parent 444ffd5 commit a34cffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
runs-on: [self-hosted, linux, x64, "${{ matrix.board }}" ]
container:
image: ubuntu:20.04
options: --privileged
options: --privileged --interactive
strategy:
matrix:
# board: [esp32, esp32c2, esp32c3, esp32c6, esp32h2, esp32s2, esp32s3]
Expand Down

0 comments on commit a34cffa

Please sign in to comment.