From 59619a8453ccd273a5549c0fcd658d8ae44a374e Mon Sep 17 00:00:00 2001 From: kB01 Date: Sat, 31 Aug 2024 01:17:47 +0200 Subject: [PATCH] Modified Pipeline --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69bbeb5..ad8485e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,6 +7,8 @@ jobs: - name: Git checkout Config uses: actions/checkout@v4 - run: git clone https://github.com/zmkfirmware/zmk.git + - run: apt-get update + - run: apt-get install tree -y - run: cd .. - run: tree