We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8acf167 commit 15ff156Copy full SHA for 15ff156
.github/workflows/c-cpp.yml
@@ -15,6 +15,7 @@ jobs:
15
- name: Install dependencies
16
run: |
17
sudo apt-get update
18
+ sudo apt-get install apt-file
19
sudo apt-file update
20
sudo apt-file search Qt6LocationDependencies.cmake
21
sudo apt-get install -y --fix-missing \
0 commit comments