Skip to content

Commit 92ff3ec

Browse files
Comment out everything, need to test on target
1 parent 8ebe156 commit 92ff3ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/configure_qt.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,9 @@ jobs:
121121
if: startsWith(matrix.config.os, 'ubuntu-20.04')
122122
shell: bash
123123
run: |
124-
sudo apt-get install clang clang-11 clang-tools-11 clang-11-doc libclang-common-11-dev libclang-11-dev libclang1-11 clang-format-11 clangd-11
125-
sudo apt-get install libc++ libc++-11-dev libc++abi-11-dev
124+
sudo alt-get install clang
125+
# sudo apt-get install clang clang-11 clang-tools-11 clang-11-doc libclang-common-11-dev libclang-11-dev libclang1-11 clang-format-11 clangd-11
126+
# sudo apt-get install libc++ libc++-11-dev libc++abi-11-dev
126127

127128
- name: 1. [All] Install Dependencies
128129
shell: bash

0 commit comments

Comments
 (0)