We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2601aea commit 78ffe17Copy full SHA for 78ffe17
.github/workflows/code-quality.yml
@@ -31,7 +31,7 @@ jobs:
31
32
# Install libcurl dependency
33
- name: Install dependencies
34
- run: sudo apt install -y libcurl4-openssl-dev
+ run: sudo apt-get update && sudo apt install -y libcurl4-openssl-dev
35
36
37
# Initializes the CodeQL tools for scanning.
0 commit comments