Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaUnknown committed May 28, 2024
1 parent 2862b02 commit 9a04b92
Show file tree
Hide file tree
Showing 3 changed files with 6,739 additions and 4,854 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@ jobs:

steps:
- name: Install Setuptools for Python
run: pip3 install setuptools
if: matrix.os == 'macos-latest'
run: pip3 install setuptools --break-system-packages

- name: Check out Git repository
uses: actions/checkout@v3

- name: Setup PNPM
uses: pnpm/[email protected]
with:
version: 8.6.3
version: 9.1.1

- name: Setup Node
uses: actions/setup-node@v3
Expand Down
4 changes: 2 additions & 2 deletions capacitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor",
"version": "1.0.18",
"version": "1.0.19",
"private": true,
"scripts": {
"build:native": "cd public/nodejs/ && npm install && docker build -t android-build:latest . && docker run -v ${PWD}:/app/ -it android-build:latest /bin/bash /app/setup-deps.sh",
Expand All @@ -17,7 +17,7 @@
"test:e2e": "cross-env NODE_ENV=production run-s build:web dev:android"
},
"devDependencies": {
"@capacitor/assets": "^3.0.1",
"@capacitor/assets": "github:thaunknown/capacitor-assets",
"cordova-res": "^0.15.4",
"nodejs-mobile-gyp": "^0.3.1",
"npm-run-all": "^4.1.5",
Expand Down
Loading

0 comments on commit 9a04b92

Please sign in to comment.