Skip to content

Commit

Permalink
Update build_lmi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dibin666 committed Dec 8, 2023
1 parent 0aeca5e commit 2fece0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_lmi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
mkdir clang && cd clang
wget https://raw.githubusercontent.com/ZyCromerZ/Clang/main/Clang-main-lastbuild.txt
export V="$(cat Clang-main-lastbuild.txt)"
wget -q https://github.com/ZyCromerZ/Clang/releases/download/18.0.0git-${V}-release/Clang-18.0.0-${V}.tar.gz
wget -q https://github.com/ZyCromerZ/Clang/releases/download/18.0.0git-${V}-release/Clang-18.0.0git-${V}.tar.gz
tar -xzvf Clang-18.0.0git-${V}.tar.gz
- name: Pull kernel source
Expand Down

0 comments on commit 2fece0f

Please sign in to comment.