Skip to content

Commit bd35a61

Browse files
workflow update v6
1 parent 10463d4 commit bd35a61

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
sudo apt-get update
32-
sudo apt-get install -y libicu-dev libssl-dev ca-certificates openssl
32+
sudo apt-get install -y \
33+
libssl-dev \
34+
libicu-dev \
35+
ca-certificates \
36+
openssl \
37+
curl
3338
3439
- name: Set System.Globalization.Invariant to true
3540
run: echo "DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1" >> $GITHUB_ENV

0 commit comments

Comments
 (0)