Skip to content

Commit

Permalink
handle llvm dep symlink fail
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Oct 24, 2024
1 parent d044154 commit a3f5aa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/atomicdex-desktop-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,6 @@ jobs:

- name: Install deps (MacOS/Release)
run: |
rm '/usr/local/bin/2to3-3.12'
rm '/usr/local/bin/idle3'
brew update
brew upgrade
brew install autoconf \
Expand Down
7 changes: 4 additions & 3 deletions ci_tools_atomic_dex/ci_scripts/osx_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

# Workaround for https://github.com/actions/setup-python/issues/577

rm '/usr/local/bin/2to3-3.12'
rm '/usr/local/bin/idle3'
brew update
brew install autoconf \
automake \
Expand All @@ -14,9 +12,12 @@ brew install autoconf \
gnu-sed \
coreutils \
libtool \
llvm \
gnu-getopt

brew unlink [email protected]
brew install llvm
brew link --overwrite [email protected]

pip3 install yq
export CC=clang
export CXX=clang++
Expand Down

0 comments on commit a3f5aa2

Please sign in to comment.