Skip to content

Commit 132ca87

Browse files
authored
add apt-get update to workflow.yml (#149)
* Update workflow.yml * Update workflow.yml * Update workflow.yml * Update workflow.yml
1 parent 2ebbf8e commit 132ca87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323

2424
- name: Install Dependencies
25-
run: sudo apt-get install -y clang-tidy libcurl4-openssl-dev
25+
run: sudo apt-get update && sudo apt-get install -y clang-tidy libcurl4-openssl-dev
2626

2727
- name: Configure CMake
2828
# 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

Comments
 (0)