mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
fix
This commit is contained in:
parent
e0e779e219
commit
da0fab1034
1 changed files with 0 additions and 6 deletions
6
.github/workflows/m1.yml
vendored
6
.github/workflows/m1.yml
vendored
|
@ -25,12 +25,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- 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
|
- uses: teaxyz/setup@v0
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue