Skip to content

Commit

Permalink
Keep temporary directory when compiling with brew
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Apr 1, 2024
1 parent 71eb9e7 commit 508cf26
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 @@ -67,7 +67,7 @@ jobs:
export HOMEBREW_TEMP="$(pwd)"/tmp
mkdir -p ${HOMEBREW_TEMP}
echo "HOMEBREW_TEMP = ${HOMEBREW_TEMP}"
brew install --build-from-source applgrid
brew install --build-from-source --keep-tmp applgrid
find ${HOMEBREW_TEMP}
export APPL_IGRID_DIR=${HOMEBREW_TEMP}/applgrid-1.6.35/src
# install Rust
Expand Down

0 comments on commit 508cf26

Please sign in to comment.