diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5807fdc..f166b6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: run: | cd build make disasmtool - ./disasmtool -h + ../../bin/x64/Release/disasmtool -h cd - - name: Install setuptools run: |