Browse Source

Install dependencies in GitHub actions

tags/v1.8.0
Liam 3 years ago
committed by GitHub
parent
commit
d494cf573d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .github/workflows/release.yml

+ 3
- 0
.github/workflows/release.yml View File

@@ -13,6 +13,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: apt install cmake git gcc libsndfile-dev libpng-dev

- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory


Loading…
Cancel
Save