Skip to content

Commit 28407dd

Browse files
committed
[.github/workflows/github-actions.yml] Remove line-continuation on apt-get
1 parent 0d0807e commit 28407dd

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,7 @@ jobs:
2727

2828
- name: Install dependencies for Ubuntu
2929
run:
30-
sudo apt-get install -y cmake \
31-
gcc \
32-
libarchive-dev \
33-
libbsd-dev \
34-
libc-dev \
35-
libcurl4-openssl-dev \
36-
librhash-dev \
37-
libssl-dev \
38-
make \
39-
ninja-build \
40-
pkg-config
30+
sudo apt-get install -y cmake gcc libarchive-dev libbsd-dev libc-dev libcurl4-openssl-dev librhash-dev libssl-dev make ninja-build pkg-config
4131
if: matrix.os == 'ubuntu-latest'
4232

4333
- name: Cache vcpkg

0 commit comments

Comments
 (0)