ci: Install dependencies before building tauri
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2701>
This commit is contained in:
parent
78329ca821
commit
521c4d927c
|
@ -439,6 +439,8 @@ build_desktop:
|
||||||
image: $CI_REGISTRY/funkwhale/ci/node-tauri:18
|
image: $CI_REGISTRY/funkwhale/ci/node-tauri:18
|
||||||
variables:
|
variables:
|
||||||
<<: *keep_git_files_permissions
|
<<: *keep_git_files_permissions
|
||||||
|
before_script:
|
||||||
|
- yarn install
|
||||||
script:
|
script:
|
||||||
- yarn tauri build
|
- yarn tauri build
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in New Issue