Skip to content

Commit 1205194

Browse files
committed
install dev environment
1 parent 8858fe8 commit 1205194

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-on-unix.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
with:
4040
submodules: recursive
4141

42+
- name: Install development environment
43+
run: |
44+
sudo apt-get update
45+
sudo apt-get install -y perl autoconf-archive ninja-build cmake pkg-config
46+
4247
- name: Create vcpkg cache dir
4348
run: mkdir ${{env.VCPKG_DEFAULT_BINARY_CACHE}}
4449

0 commit comments

Comments
 (0)