Skip to content

Commit

Permalink
Fix action for IDA freeware
Browse files Browse the repository at this point in the history
  • Loading branch information
citronneur committed Oct 15, 2021
1 parent 0ee708e commit 6acc9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/winidafreeware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Note the current convention is to use the -S and -B options here to specify source
# and build directories, but this is only available with CMake 3.13 and higher.
# The CMake binaries on the Github Actions machines are (as of this writing) 3.12
run: cmake ..\Yagi -DCMAKE_BUILD_TYPE=Release -DIDA_SDK_SOURCE_DIR=c:\work\idasdk76\idasdk76 -DCPACK_PACKAGE_INSTALL_DIRECTORY="IDA Freeware"
run: cmake ..\Yagi -DCMAKE_BUILD_TYPE=Release -DIDA_SDK_SOURCE_DIR=c:\work\idasdk76\idasdk76 -DCPACK_PACKAGE_INSTALL_DIRECTORY="IDA Freeware 7.6"

- name: Build
working-directory: ${{runner.workspace}}/build_ida_freeware
Expand Down

0 comments on commit 6acc9fa

Please sign in to comment.