Skip to content

Commit a06232a

Browse files
committed
More debug
Signed-off-by: Loïc Minier <[email protected]>
1 parent d1d105a commit a06232a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/debos.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
})
7373
).data.artifacts[0].archive_download_url;
7474
75+
console.log(`URL: ${u_boot_rb1_url}`);
76+
7577
// write files under temp dir
7678
const fs = require('fs');
7779
fs.writeFileSync('linux-deb-links.zip',
@@ -101,9 +103,11 @@ jobs:
101103
run: |
102104
set -ux
103105
apt update
104-
apt -y install unzip
106+
apt -y install unzip file
105107
pwd
106108
ls
109+
ls ..
110+
file ../linux-deb-links.zip
107111
unzip -l ../linux-deb-links.zip
108112
unzip -l ../u-boot-rb1-links.zip
109113
mkdir linux-deb-links

0 commit comments

Comments
 (0)