Compare commits
2 commits
e0cb53ab31
...
fb3b89c375
Author | SHA1 | Date | |
---|---|---|---|
fb3b89c375 | |||
d8b7e85de5 |
1 changed files with 4 additions and 0 deletions
4
main.js
4
main.js
|
@ -95,6 +95,10 @@ async function main() {
|
||||||
console.log(details)
|
console.log(details)
|
||||||
core.endGroup()
|
core.endGroup()
|
||||||
|
|
||||||
|
core.startGroup("Check sourceDirectory")
|
||||||
|
await exec.exec("ls", ["-la", sourceDirectory])
|
||||||
|
core.endGroup()
|
||||||
|
|
||||||
if (cpuArchitecture != "amd64") {
|
if (cpuArchitecture != "amd64") {
|
||||||
core.startGroup("Install QEMU")
|
core.startGroup("Install QEMU")
|
||||||
// Need newer QEMU to avoid errors
|
// Need newer QEMU to avoid errors
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue