From 2db57c72e53c29db74743ea44809d62498ccfc81 Mon Sep 17 00:00:00 2001 From: Alam Ed Arias Date: Sat, 24 Sep 2022 16:28:11 +0000 Subject: [PATCH] CircleCI: run the clean step to build the 32-bit LINUX depend.dep --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 10ab56a1..c08a7f6d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -45,12 +45,12 @@ jobs: #- run: # name: Compile without network support and BLUA # command: make -C src LINUX=1 ERRORMODE=1 -k NONET=1 NO_LUA=1 - - run: - name: wipe build - command: make -C src LINUX=1 cleandep #- run: - # name: rebuild depend - # command: make -C src LINUX=1 clean + # name: wipe build + # command: make -C src LINUX=1 cleandep + - run: + name: rebuild depend + command: make -C src LINUX=1 clean - restore_cache: keys: - v1-SRB2-{{ .Branch }}-{{ checksum "objs/Linux/SDL/Release/depend.dep" }}