Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Feb 10, 2025
1 parent d06a582 commit a32a243
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
echo "PERL=$((where.exe perl)[0])" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
echo "OPENSSL_SRC_PERL=$((where.exe perl)[0])" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
- name: removed llvm
if: runner.os == 'macOS'
run: |
brew uninstall --force llvm
- shell: bash
run: |
source .github/scripts/install-all-deps.sh ${{ runner.os }}
Expand Down

0 comments on commit a32a243

Please sign in to comment.