From 53c2ca404ef6ce3e41d89c54e9721cab0182f740 Mon Sep 17 00:00:00 2001 From: Joyce Quach Date: Wed, 30 Oct 2024 14:10:47 -0400 Subject: [PATCH] Remove step Signed-off-by: Joyce Quach --- .github/workflows/convert-cci-list.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/convert-cci-list.yml b/.github/workflows/convert-cci-list.yml index aed0a04bf..7468d3719 100644 --- a/.github/workflows/convert-cci-list.yml +++ b/.github/workflows/convert-cci-list.yml @@ -30,9 +30,6 @@ jobs: - name: Install project dependencies run: yarn install --frozen-lockfile - - name: Prepare environment - run: apt update - - name: Download CCI List run: curl -o U_CCI_List.zip $CCI_LIST_ZIP_URL && unzip U_CCI_List.zip