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