Skip to content

Commit

Permalink
fix(ci): LLM_LS_TARGET -> LSP_AI_TARGET
Browse files Browse the repository at this point in the history
  • Loading branch information
McPatate committed Jun 26, 2024
1 parent 1ed1b73 commit e686d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
name: dist (x86_64-unknown-linux-musl)
runs-on: ubuntu-latest
env:
LLM_LS_TARGET: x86_64-unknown-linux-musl
LSP_AI_TARGET: x86_64-unknown-linux-musl
# For some reason `-crt-static` is not working for clang without lld
RUSTFLAGS: "-C link-arg=-fuse-ld=lld -C target-feature=-crt-static"
container:
Expand All @@ -99,7 +99,7 @@ jobs:

steps:
- name: Install dependencies
run: apk add --no-cache git clang clang-dev lld musl-dev nodejs npm openssl-dev pkgconfig g++ openssl-dev perl make linux-headers gcc
run: apk add --no-cache git clang lld musl-dev nodejs npm openssl-dev pkgconfig g++ openssl-dev perl make linux-headers

- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit e686d38

Please sign in to comment.