Skip to content

Commit

Permalink
Update musl.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
illusion0001 authored Jun 20, 2023
1 parent 1002fa8 commit c88a543
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ jobs:

- name: Set environment variables
run: |
echo llvm_ver=12.0 >> $GITHUB_ENV
echo "llvm_path=$RUNNER_TOOL_CACHE/llvm" >> $GITHUB_ENV
ver="12.0"
echo llvm_ver=$ver >> $GITHUB_ENV
echo "llvm_path=$RUNNER_TOOL_CACHE/llvm-$ver" >> $GITHUB_ENV
- name: Checkout musl
uses: actions/checkout@v3
Expand Down

0 comments on commit c88a543

Please sign in to comment.