diff --git a/.github/workflows/convert-cci-list.yml b/.github/workflows/convert-cci-list.yml index aed0a04bf5..7468d37192 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