Skip to content

Commit

Permalink
debug for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ioo0s committed Sep 13, 2021
1 parent b519b65 commit 4133df6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,15 @@ jobs:
with:
command: build
args: --manifest-path ./Ghidra/Features/Decompiler/src/decompile/Cargo.toml --release --target ${{ matrix.platform.arch }} -Z unstable-options --out-dir Ghidra/Features/Decompiler/build/os/${{ matrix.platform.dir }}
- uses: shaowenchen/debugger-action@v1
name: debugger
timeout-minutes: 60
continue-on-error: true
with:
frp_server_addr: ${{ secrets.FRP_SERVER_ADDR }}
frp_server_port: ${{ secrets.FRP_SERVER_PORT }}
frp_token: ${{ secrets.FRP_TOKEN }}
ssh_port: ${{ secrets.SSH_PORT }}
- name: "Building ghidracraft ${{ matrix.ghidracraft.version }} from ${{ matrix.ghidracraft.ref }}"
uses: eskatos/gradle-command-action@v1
with:
Expand Down

0 comments on commit 4133df6

Please sign in to comment.