Skip to content

Commit

Permalink
Remove debug shell
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
  • Loading branch information
tkaitchuck committed Mar 27, 2024
1 parent d815ed3 commit a15c358
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/rust.yml
Expand Up @@ -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
Expand Down

0 comments on commit a15c358

Please sign in to comment.