Skip to content

Commit cd64375

Browse files
authored
Update cmake.yml
1 parent da2d537 commit cd64375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
if: matrix.os == 'linux' || matrix.os == 'ubuntu-latest'
5151
run: |
5252
sudo apt-get update
53-
sudo apt-get install -y build-essential cmake
53+
sudo apt-get install -y build-essential cmake curl zip unzip tar
5454
5555
- name: Install vcpkg on Linux and macOS
5656
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)