Skip to content

Commit 5867c30

Browse files
committed
try to see if we are using the old action or something
1 parent ce540da commit 5867c30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check-binary-size.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
cd library/backtrace
8787
git remote add head-pr "https://github.com/$PR_SOURCE_REPO"
8888
git fetch --all
89+
- name: run ls
90+
run: ls -a; ls ./backtrace
8991
- name: Build binary with base version of backtrace
9092
uses: ./backtrace/.github/actions/build-with-patched-std
9193
with:

0 commit comments

Comments
 (0)