mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 04:41:39 +00:00
Attempt 3
This commit is contained in:
parent
0be121bb73
commit
9e5091dacb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-linux.yml
vendored
2
.github/workflows/build-linux.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |-
|
run: |-
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y ninja-build llvm-${{ env.LLVM_VERSION }}-dev
|
sudo apt install -y ninja-build llvm-${{ env.LLVM_VERSION }}-dev libgtk-3-dev
|
||||||
|
|
||||||
- name: Cache ccache Directory
|
- name: Cache ccache Directory
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue