Skip to content

Commit 847ca9a

Browse files
committed
[.github/workflows/github-actions.yml] Add more deps to Linux
1 parent 66c3723 commit 847ca9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: matrix.os == 'macos-latest'
2727

2828
- name: Install dependencies for Ubuntu
29-
run: sudo apt-get install -y libcurl4-openssl-dev libarchive-dev
29+
run: sudo apt-get install -y libcurl4-openssl-dev libarchive-dev make gcc ninja-build cmake
3030
if: matrix.os == 'ubuntu-latest'
3131

3232
- name: Cache vcpkg

0 commit comments

Comments
 (0)