From 4133df613d6a5c6892747cec01c6bcea46a80274 Mon Sep 17 00:00:00 2001 From: ioo0s Date: Mon, 13 Sep 2021 11:51:48 +0800 Subject: [PATCH] debug for workflow --- .github/workflows/main.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 5f12b5acb01..f4bb0c3b89b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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: