From da0fab1034a035f612f2718f07d0ab4fc129be6f Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 31 Dec 2022 12:08:22 +0800 Subject: [PATCH] fix --- .github/workflows/m1.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/m1.yml b/.github/workflows/m1.yml index c350b91..de71509 100644 --- a/.github/workflows/m1.yml +++ b/.github/workflows/m1.yml @@ -25,12 +25,6 @@ jobs: steps: - uses: actions/checkout@v2 - - # Needed for self-hosted runner, since it doesn't destroy itself automatically. - - name: Delete keychain - if: always() && matrix.platform.name == 'darwin+aarch64' - run: security delete-keychain signing_temp.keychain - - uses: teaxyz/setup@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}