Skip to content

Commit

Permalink
Try debugging via ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
IAPark committed Apr 4, 2024
1 parent e32c469 commit 4afa0fd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/cross_compile.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: CI
name: cross-compile
on: [push, pull_request]

jobs:
Expand Down Expand Up @@ -27,7 +27,13 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"

- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
## limits ssh access and adds the ssh public key for the user which triggered the workflow
limit-access-to-actor: true
## limits ssh access and adds the ssh public keys of the listed GitHub users
limit-access-to-users: iapark
- uses: oxidize-rb/actions/cross-gem@v1
id: cross-gem
with:
Expand Down

0 comments on commit 4afa0fd

Please sign in to comment.