Compare commits
2 commits
e0cb53ab31
...
fb3b89c375
Author | SHA1 | Date | |
---|---|---|---|
Jan Wagner | fb3b89c375 | ||
Jan Wagner | d8b7e85de5 |
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…
Reference in a new issue