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 258dcf0 commit 9ecc339
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@ jobs:

- name: package-gt
run: |-
brew install make llvm@16
brew install make llvm@16 binutils
export PATH="/opt/homebrew/opt/make/libexec/gnubin:$PATH"
export PATH="/opt/homebrew/opt/llvm@16/bin:$PATH"
export LDFLAGS="-L/opt/homebrew/opt/llvm@16/lib"
export CPPFLAGS="-I/opt/homebrew/opt/llvm@16/include"
export PATH="/opt/homebrew/opt/binutils/bin:$PATH"
export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
rustup target add x86_64-apple-darwin aarch64-apple-darwin
rm -rf Users/runner/work/gt/gt/libcs/dep/_msquic/out/x86_64-apple-darwin/obj/Release/libmsquic_static.a
make
Expand Down

0 comments on commit 9ecc339

Please sign in to comment.