mirror of
https://github.com/aunetx/deezer-linux.git
synced 2025-07-21 12:44:58 +02:00
Update build.yml
This commit is contained in:
parent
6f06deea8a
commit
a5117db068
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@ -1,18 +1,19 @@
|
|||||||
|
name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [created]
|
types: [created]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
name: Build
|
|
||||||
jobs:
|
jobs:
|
||||||
flatpak:
|
flatpak:
|
||||||
name: "Flatpak"
|
name: "Flatpak"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: bilelmoussaoui/flatpak-github-actions:freedesktop-21.08
|
|
||||||
options: --privileged
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: checkout repo
|
||||||
|
uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
- run: make install_build_deps
|
- name: build application
|
||||||
|
run: make install_build_deps
|
||||||
|
Loading…
x
Reference in New Issue
Block a user