We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebbf8e commit 132ca87Copy full SHA for 132ca87
.github/workflows/workflow.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v2
23
24
- name: Install Dependencies
25
- run: sudo apt-get install -y clang-tidy libcurl4-openssl-dev
+ run: sudo apt-get update && sudo apt-get install -y clang-tidy libcurl4-openssl-dev
26
27
- name: Configure CMake
28
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
0 commit comments