We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db85cf commit ac4de31Copy full SHA for ac4de31
.github/workflows/debos.yml
@@ -82,6 +82,8 @@ jobs:
82
83
- name: Download Linux deb and U-Boot for RB1 from fileserver
84
run: |
85
+ set -ux
86
+ apt update
87
apt -y install unzip
88
unzip -l linux_deb_links.zip
89
unzip -l u_boot_rb1_links.zip
0 commit comments