diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2023-08-07 19:54:13 +0000 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2023-08-07 19:54:13 +0000 |
commit | eb5c1f49e1e564b71bad3f0c0e7c333d7febfb88 (patch) | |
tree | 7b4f1b822c1258eedf3c5fa9ea90d1a41cf39059 /.semaphore | |
parent | a7ef2971c425527ff5011465f82479374ef2f6a1 (diff) | |
download | libADLMIDI-eb5c1f49e1e564b71bad3f0c0e7c333d7febfb88.tar.gz libADLMIDI-eb5c1f49e1e564b71bad3f0c0e7c333d7febfb88.tar.bz2 libADLMIDI-eb5c1f49e1e564b71bad3f0c0e7c333d7febfb88.zip |
Update Semaphore configuration
Diffstat (limited to '.semaphore')
-rw-r--r-- | .semaphore/semaphore.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |