Skip to content

Commit

Permalink
更新ci
Browse files Browse the repository at this point in the history
  • Loading branch information
张传菲 committed Mar 12, 2024
1 parent dbee036 commit cd8d3ce
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@ jobs:
- name: package-gt
run: |-
brew install make llvm@16 binutils
sudo echo 'export PATH="/opt/homebrew/opt/llvm@16/bin:$PATH"' >> ~/.bash_profile
export PATH="/opt/homebrew/opt/llvm@16/bin:$PATH"
echo 'export PATH="/opt/homebrew/opt/llvm@16/bin:$PATH"' >> ~/.bash_profile
#export PATH="/opt/homebrew/opt/llvm@16/bin:$PATH"
export PATH="/opt/homebrew/opt/make/libexec/gnubin:$PATH"
sudo echo 'export PATH="/opt/homebrew/opt/binutils/bin:$PATH"' >> ~/.bash_profile
export PATH="/opt/homebrew/opt/binutils/bin:$PATH"
echo 'export PATH="/opt/homebrew/opt/binutils/bin:$PATH"' >> ~/.bash_profile
#export PATH="/opt/homebrew/opt/binutils/bin:$PATH"
source ~/.bash_profile
which libtool
# rustup target add x86_64-apple-darwin aarch64-apple-darwin
# make
Expand Down

0 comments on commit cd8d3ce

Please sign in to comment.