From 44dab9020e64649bfb2d761ca683c5bad7f24f82 Mon Sep 17 00:00:00 2001 From: "B.Jothin kumar" Date: Tue, 19 Oct 2021 14:31:58 +0530 Subject: [PATCH] Update installer_creation.yml --- .github/workflows/installer_creation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/installer_creation.yml b/.github/workflows/installer_creation.yml index bb88ba4..bd8a4f2 100644 --- a/.github/workflows/installer_creation.yml +++ b/.github/workflows/installer_creation.yml @@ -4,12 +4,12 @@ jobs: deb-package-creation: runs-on: ubuntu-latest steps: - - name: Delete previous deb file - run: rm bin/jarvis_deb.deb - name: checkout repository content uses: actions/checkout@v2 - name: setup python uses: actions/setup-python@v2 + - name: Delete previous deb file + run: rm bin/jarvis_deb.deb - name: Update run: sudo apt-get update - name: Install portaudio19-dev and python3-pyaudio