Skip to content

Commit

Permalink
Prevent brew update
Browse files Browse the repository at this point in the history
  • Loading branch information
bldrvnlw committed Apr 13, 2022
1 parent 9156930 commit 3d0b8b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/conan_linuxmac_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ runs:
conan profile update settings.compiler.libcxx=${{ inputs.conan-libcxx-version}} action_build
conan profile show action_build
export CONAN_SKIP_BROKEN_SYMLINKS_CHECK=1
export HOMEBREW_NO_AUTO_UPDATE=1
conan create . HDILib/1.2.6@biovault/stable -pr:h action_build -pr:b default -s build_type=Release -o HDILib:shared=False -o HDILib:fPIC=True
shell: bash
Expand Down

0 comments on commit 3d0b8b0

Please sign in to comment.