mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-03 00:33:55 +03:00
Fixed dependencies
This commit is contained in:
parent
3d5b83ca24
commit
87c1e39a8c
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -15,6 +15,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
- name: Install dependencies
|
||||||
|
run: sudo apt-get install gcc g++ git cmake ninja-build lsb-release
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2.13
|
uses: hendrikmuhs/ccache-action@v1.2.13
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user