瀏覽代碼
Install dependencies in GitHub actions
tags/v1.8.0
Liam
4 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 4AEE18F83AFDEB23
共有
1 個文件被更改,包括
3 次插入 和
0 次删除
-
.github/workflows/release.yml
|
|
@@ -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 |
|
|
|