From eb5c1f49e1e564b71bad3f0c0e7c333d7febfb88 Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Mon, 7 Aug 2023 19:54:13 +0000 Subject: Update Semaphore configuration --- .semaphore/semaphore.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 7e5f00c..21fe806 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -10,7 +10,8 @@ blocks: jobs: - name: Checkpoint repo commands: - - checkout + - 'git clone https://github.com/Wohlstand/libADLMIDI.git' + - cd libADLMIDI - name: Install dependencies commands: - sudo apt-get update -- cgit v1.2.3