瀏覽代碼
Install dependencies in GitHub actions
tags/v1.8.0
Liam
4 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 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 |
|
|
|