Making sure screen can be executed
This commit is contained in:
parent
d251e83928
commit
818b945e17
|
|
@ -31,8 +31,7 @@ jobs:
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- run: tree
|
- run: tree
|
||||||
- run: cat .screenrc_test
|
- run: cat .screenrc_test
|
||||||
- run: script /dev/null
|
- run: script /dev/null -c "screen -c .screenrc_test"
|
||||||
- run: screen -c .screenrc_test
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: archtest-pci_emulation
|
name: archtest-pci_emulation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue