From 2b1daebf1c09f492cdc472b9be8f109b16ea4d88 Mon Sep 17 00:00:00 2001 From: Philippe Aubertin Date: Sat, 19 Oct 2024 02:16:36 -0400 Subject: [PATCH] List files --- .github/workflows/build-i686.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-i686.yml b/.github/workflows/build-i686.yml index 66ecb42a..07507a65 100644 --- a/.github/workflows/build-i686.yml +++ b/.github/workflows/build-i686.yml @@ -18,8 +18,8 @@ jobs: - uses: ilammy/setup-nasm@v1 - - name: Where is nasm - run: whereis nasm + - name: List files + run: ls /home/runner/* - uses: actions/checkout@v4 with: