Skip to content

Commit

Permalink
ci: Use custom grafter
Browse files Browse the repository at this point in the history
  • Loading branch information
tmmsartor committed Jul 31, 2024
1 parent 2db8360 commit c25f7cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ jobs:
cmake -Bbuild -DWITH_PYTHON=ON -DWITH_PYTHON3=${{steps.get-id.outputs.WITH_PYTHON3}} -USWIG_IMPORT -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/install -DSKIP_CONFIG_H_GENERATION=ON
cmake --build build --target install -v
shell: bash -el {0}
- uses: jgillis/universal_grafter@master
- uses: tmmsartor/universal_grafter@master
with:
source_path: install/casadi
destination_path: install/casadi
Expand Down Expand Up @@ -480,7 +480,7 @@ jobs:
"macos-m1": {"os": "osx_arm", "bitness": "64"}
}
export_to: env
- uses: jgillis/universal_grafter@master
- uses: tmmsartor/universal_grafter@master
with:
source_path: install/casadi
destination_path: install/casadi
Expand Down Expand Up @@ -581,7 +581,7 @@ jobs:
"windows-shared-x64-posix": {"os": "windows", "bitness": "64"}
}
export_to: env
- uses: jgillis/universal_grafter@master
- uses: tmmsartor/universal_grafter@master
if: "!contains(matrix.arch, 'windows')"
with:
source_path: install/casadi
Expand Down Expand Up @@ -674,7 +674,7 @@ jobs:
"windows-shared-x64-posix": {"os": "windows", "bitness": "64", "suffix":"64"}
}
export_to: env
- uses: jgillis/universal_grafter@master
- uses: tmmsartor/universal_grafter@master
if: "!contains(matrix.arch, 'windows')"
with:
source_path: install/casadi
Expand Down

0 comments on commit c25f7cd

Please sign in to comment.