Fix missing deps

This commit is contained in:
WardPearce
2024-05-06 19:21:04 +12:00
parent 311e71eb48
commit 10039c86fb
+3
View File
@@ -56,6 +56,9 @@ jobs:
- name: Sync electron package
run: cd ./materialious && npx cap sync @capacitor-community/electron
- name: Install electron modules
run: cd ./materialious/electron && npm install
- name: Set up environment variables
run: echo "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV