From 049ebc26176e391ee08fe51b18a9735d25ea10f4 Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Sun, 24 Dec 2023 22:43:23 +0530 Subject: [PATCH] fix pls --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e4479a2b..43e99f96 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,6 @@ jobs: build: executor: name: android/android-machine - shell: bash.exe # executor type tag: 2021.10.1 # Checkout the code as the first step. This is a dedicated CircleCI step. # The python orb's install-packages step will install the dependencies from a Pipfile via Pipenv by default.