Skip to content

Commit 6464343

Browse files
committed
updated clang version for actions
1 parent caa26aa commit 6464343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/LinuxEnvironmentSetup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
- name: Activate Env
1515
shell: bash -l {0}
1616
run: |
17-
conda activate test
17+
conda activate test
1818
1919
- name: Install Dependency libs
2020
shell: bash -l {0}
@@ -24,5 +24,5 @@ runs:
2424
wget https://apt.llvm.org/llvm.sh
2525
chmod u+x llvm.sh
2626
sed -i 's/add-apt-repository "${REPO_NAME}"/add-apt-repository -y "${REPO_NAME}"/g' llvm.sh
27-
sudo ./llvm.sh 16
27+
sudo ./llvm.sh 18
2828
sudo ln -sfn /usr/bin/clang++-16 /usr/bin/clang++

0 commit comments

Comments
 (0)