fix(ci): clean up ci pipeline

This commit is contained in:
Federico Terzi 2021-10-03 13:14:26 +02:00
parent d83cf60f8e
commit a426131b08

View File

@ -31,7 +31,7 @@ jobs:
run: |
cargo make build-binary
check-wayland:
build-wayland:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -44,7 +44,7 @@ jobs:
- name: Build
run: cargo make build-binary --env NO_X11=true
check-macos-arm:
build-macos-arm:
runs-on: macos-11
steps:
- uses: actions/checkout@v2
@ -56,12 +56,9 @@ jobs:
- name: Build
run: |
cargo make build-macos-arm-binary
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
- name: Debug
run: |
file target/aarch64-apple-darwin/debug/espanso
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# with:
# limit-access-to-actor: true
# TODO: add clippy check