ci: Install dependencies before building tauri

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2701>
This commit is contained in:
Georg Krause 2024-02-05 10:47:45 +01:00 committed by Kasper Seweryn
parent 78329ca821
commit 521c4d927c
1 changed files with 2 additions and 0 deletions

View File

@ -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: