Skip to content

Commit

Permalink
fix win64 workingDir missing
Browse files Browse the repository at this point in the history
  • Loading branch information
ioo0s committed Sep 13, 2021
1 parent a74c8bf commit ac8ddd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,6 @@ 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
2 changes: 2 additions & 0 deletions Ghidra/Features/Decompiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,8 @@ def getTargetArch() {
task win64BuildDecompilerRust(type: Exec) {
if (isCurrentWindows()) {
exec {
workingDir "./src/decompile"

def arch = null

try {
Expand Down

0 comments on commit ac8ddd9

Please sign in to comment.