Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akostylev0 committed Oct 11, 2023
1 parent 20829e4 commit f7df53f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ runs:
targets: x86_64-unknown-linux-gnu
- run: |
echo "LLVM_VERSION=$(rustc --verbose --version | grep -Po 'LLVM version: \K\d+')" >> "$GITHUB_OUTPUT"
shell: bash
- name: Install LLVM and Clang
shell: bash
run: |
Expand Down

0 comments on commit f7df53f

Please sign in to comment.