Skip to content

Commit

Permalink
ci(parallel): use GITHUB_WORKSPACE for petsc dll path (#1683)
Browse files Browse the repository at this point in the history
* previously hardcoded which broke the nightly build
  • Loading branch information
wpbonelli authored Mar 24, 2024
1 parent bb3763c commit 0153b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
copy "C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\hydra_bstrap_proxy.exe" .
copy "C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\hydra_pmi_proxy.exe" .
copy "C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\hydra_service.exe" .
copy "D:\a\modflow6\modflow6\petsc\arch-mswin-c-opt\lib\libpetsc.dll" .
copy "%GITHUB_WORKSPACE%\petsc\arch-mswin-c-opt\lib\libpetsc.dll" .
:: remove rebuilt and downloaded dirs
if exist rebuilt rd /s /q rebuilt
Expand Down

0 comments on commit 0153b73

Please sign in to comment.