mirror of
https://github.com/openwrt-xiaomi/builder.git
synced 2026-02-05 17:07:47 +05:00
build: Add step "Show host tools stamps"
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -401,6 +401,11 @@ jobs:
|
|||||||
staging_dir/host
|
staging_dir/host
|
||||||
build_dir/host
|
build_dir/host
|
||||||
|
|
||||||
|
- name: Show host tools stamps
|
||||||
|
run: |
|
||||||
|
ls -la staging_dir/host/stamp/
|
||||||
|
ls -la staging_dir/host/stamp/ > logs/host_stamp_dir.txt
|
||||||
|
|
||||||
- name: Configure 2
|
- name: Configure 2
|
||||||
id: configure2
|
id: configure2
|
||||||
if: steps.tools.outputs.status == 'success'
|
if: steps.tools.outputs.status == 'success'
|
||||||
|
|||||||
Reference in New Issue
Block a user