Skip to content

Commit

Permalink
fix(ci/musl): Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Nov 11, 2024
1 parent e6844c8 commit 05db35f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ jobs:
./scripts/alpine-linux-install-deps.sh
# echo "LLVM_CONFIG_PATH=/usr/bin/llvm-config-18" >> $GITHUB_ENV
# echo "RUSTFLAGS=-L/usr/lib64 -L/usr/lib" >> $GITHUB_ENV
echo "ENABLE_LLVM=0" >> $GITHUB_ENV
echo "ENABLE_LLVM=0" >> $GITHUB_ENV
- name: Set up dependencies for Mac OS
run: |
brew install automake
Expand Down Expand Up @@ -922,7 +922,7 @@ jobs:
./scripts/alpine-linux-install-deps.sh
# echo "LLVM_CONFIG_PATH=/usr/bin/llvm-config-18" >> $GITHUB_ENV
# echo "RUSTFLAGS=-L/usr/lib64 -L/usr/lib" >> $GITHUB_ENV
echo "ENABLE_LLVM=0" >> $GITHUB_ENV
echo "ENABLE_LLVM=0" >> $GITHUB_ENV
- uses: actions/download-artifact@v4
id: download
with:
Expand Down

0 comments on commit 05db35f

Please sign in to comment.