From 138269d3cfe3595df97c74c700c568b051c5ff9b Mon Sep 17 00:00:00 2001
From: Peter Squicciarini <stripedpajamas273@gmail.com>
Date: Mon, 5 Oct 2020 16:14:45 -0700
Subject: [PATCH] (experiment) add debug lines

---
 .github/workflows/linux.yml | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 00847ad..e5c45c7 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -10,7 +10,12 @@ on:
 jobs:
   linux:
     runs-on: ubuntu-latest
-    container: ${{ matrix.image }}
+    container: 
+      image: ${{ matrix.image }}
+      env:
+        OS_NAME: 'linux'
+        VSCODE_ARCH: ${{ matrix.vscode_arch }}
+
     strategy:
       fail-fast: false
       matrix:
@@ -26,10 +31,6 @@ jobs:
           npm_arch: armv7l
           image: vscodium/vscodium-linux-build-agent:buster-armhf
 
-    env:
-      OS_NAME: 'linux'
-      VSCODE_ARCH: ${{ matrix.vscode_arch }}
-
     steps:
       - uses: actions/checkout@v2
 
@@ -38,6 +39,11 @@ jobs:
         with:
           node-version: 12.14.1
 
+      - name: Debug
+        run: |
+          ls -al
+          ls /__w
+
       - name: Clone VSCode repo
         run: |
           . get_repo.sh