mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 19:57:45 +00:00
Install dependencies such as git first before checking out on CI
This commit is contained in:
parent
49b53f0efa
commit
ce84db9c47
1 changed files with 5 additions and 1 deletions
6
.github/workflows/arch.yml
vendored
6
.github/workflows/arch.yml
vendored
|
@ -8,12 +8,16 @@ jobs:
|
|||
container: archlinux:latest
|
||||
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pacman -Syu --noconfirm base-devel qt5-tools qt5-base libsecret cmake git tesseract libxcomposite
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Compile
|
||||
run: |
|
||||
pacman -Syu --noconfirm base-devel qt5-tools qt5-base libsecret cmake git tesseract libxcomposite
|
||||
mkdir build && cd build
|
||||
cmake -DCMAKE_BUILD_TYPE=None -DBUILD_SHARED_LIBS=OFF ..
|
||||
make
|
||||
|
|
Loading…
Add table
Reference in a new issue