Skip to content

Commit db8bf63

Browse files
committed
No need for printing the OS version every CI run.
1 parent cec8661 commit db8bf63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
- name: Install LLVM+Clang
3535
if: startsWith(matrix.config.name, 'Ubuntu Clang')
3636
run: |
37-
cat /etc/lsb-release
3837
# Remove existing Clang installations.
3938
sudo apt-get remove \
4039
clang-${{matrix.config.installed_clang_version}} \

0 commit comments

Comments
 (0)