ci: Fix GitHub CI
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -7,12 +7,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup Environment
|
|
||||||
run: echo "::add-path::$HOME/.local/bin"
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: sudo apt install -y ninja-build meson
|
||||||
sudo apt install -y python3-setuptools ninja-build
|
|
||||||
pip3 install meson
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: mkdir build; meson -Dbuildtype=debugoptimized build
|
run: mkdir build; meson -Dbuildtype=debugoptimized build
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
Reference in New Issue
Block a user