Skip to content

Commit 78ffe17

Browse files
authored
Update code-quality.yml (#176)
1 parent 2601aea commit 78ffe17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Install libcurl dependency
3333
- name: Install dependencies
34-
run: sudo apt install -y libcurl4-openssl-dev
34+
run: sudo apt-get update && sudo apt install -y libcurl4-openssl-dev
3535

3636

3737
# Initializes the CodeQL tools for scanning.

0 commit comments

Comments
 (0)