From a15c358a3b525fe4638cc78cbd5e89dc4a0ace65 Mon Sep 17 00:00:00 2001 From: Tom Kaitchuck Date: Wed, 27 Mar 2024 15:58:22 -0700 Subject: [PATCH] Remove debug shell Signed-off-by: Tom Kaitchuck --- .github/workflows/rust.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 49427ea..ae04cc7 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -80,13 +80,13 @@ jobs: toolchain: 1.72.0 targets: aarch64-apple-darwin - run: cargo +1.72.0 check --target aarch64-apple-darwin - aarch64-debug: - name: Debug Apple - runs-on: macos-14 - steps: - - uses: actions/checkout@v2 - - name: Setup upterm session - uses: lhotari/action-upterm@v1 +# aarch64-debug: +# name: Debug Apple +# runs-on: macos-14 +# steps: +# - uses: actions/checkout@v2 +# - name: Setup upterm session +# uses: lhotari/action-upterm@v1 i686-unknown-linux-gnu: name: Linux i686 runs-on: ubuntu-latest