We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cbdbc0 commit 562a13fCopy full SHA for 562a13f
.github/workflows/build-trios-dev.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Run Docker Container (Privileged)
29
run: |
30
- docker run --rm -it \
+ docker run --rm -i \
31
--privileged \
32
-v "${{ github.workspace }}:/TriOs" \
33
-v "$HOME/TriOs_Output:/TriOs_Output" \
0 commit comments