mirror of https://github.com/aminya/setup-cpp.git
fix: add missing CURRENT_LLVM_STABLE variable
This commit is contained in:
parent
17f5ebc5b9
commit
d1a8e5ecfe
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
set -eux
|
||||
|
||||
CURRENT_LLVM_STABLE=18
|
||||
BASE_URL="http://apt.llvm.org"
|
||||
|
||||
# Check for required tools
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
set -eux
|
||||
|
||||
CURRENT_LLVM_STABLE=18
|
||||
BASE_URL="http://apt.llvm.org"
|
||||
|
||||
# Check for required tools
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
set -eux
|
||||
|
||||
CURRENT_LLVM_STABLE=18
|
||||
BASE_URL="http://apt.llvm.org"
|
||||
|
||||
# Check for required tools
|
||||
|
|
|
|||
Loading…
Reference in New Issue