From c1903aef3783f4732ce0ea462dd75124ae024034 Mon Sep 17 00:00:00 2001 From: Markus Bilz Date: Tue, 23 Aug 2022 06:11:44 +0100 Subject: [PATCH] =?UTF-8?q?Updated=20build=20script=20after=20merge=20?= =?UTF-8?q?=F0=9F=90=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - compile-deck-binaries was merged to master. Updated script. --- .github/workflows/build-decks.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-decks.yml b/.github/workflows/build-decks.yml index 4ef673c9..59a2568a 100644 --- a/.github/workflows/build-decks.yml +++ b/.github/workflows/build-decks.yml @@ -36,7 +36,6 @@ jobs: - name: Clone ki run: | git clone https://github.com/langfield/ki.git ../ki/ - cd ../ki/ && git checkout compile-deck-binaries && cd - - name: Clone empty collection run: |