Skip to content

Commit 562a13f

Browse files
Damn it aint a tty
1 parent 7cbdbc0 commit 562a13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-trios-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Run Docker Container (Privileged)
2929
run: |
30-
docker run --rm -it \
30+
docker run --rm -i \
3131
--privileged \
3232
-v "${{ github.workspace }}:/TriOs" \
3333
-v "$HOME/TriOs_Output:/TriOs_Output" \

0 commit comments

Comments
 (0)