Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
inumanag committed Sep 25, 2023
1 parent 407ddef commit e577e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-manylinux/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ esac
mkdir $HOME/.codon
cd $HOME/.codon
curl -L https://github.com/exaloop/codon/releases/download/v0.16.3/codon-$(uname -s | awk '{print tolower($0)}')-$(uname -m).tar.gz | tar zxvf - --strip-components=1
cd $OPT
curl -L https://github.com/exaloop/llvm-project/releases/download/codon-15.0.1/llvm-$(uname -s | awk '{print tolower($0)}')-$(uname -m).tar.gz | tar zxvf - --strip-components=1
cd /
curl -L https://github.com/exaloop/llvm-project/releases/download/codon-15.0.1/llvm-$(uname -s | awk '{print tolower($0)}')-$(uname -m).tar.gz | tar zxvf -

cd $1
cmake -S . -B build \
Expand Down

0 comments on commit e577e22

Please sign in to comment.