We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd01073 commit 1dd1788Copy full SHA for 1dd1788
.github/workflows/ci.yml
@@ -32,6 +32,14 @@ jobs:
32
33
- run: npm ci
34
35
+ - name: Check Electron Binary Architecture
36
+ run: |
37
+ ELECTRON_PATH=$(node -p "require('electron')")
38
+ echo "Electron is at: $ELECTRON_PATH"
39
+
40
+ file "$ELECTRON_PATH"
41
+ ldd "$ELECTRON_PATH"
42
43
# The API key in APPLE_API_KEY is a PEM cert that must be read from disk:
44
- name: Prepare Apple API key
45
run: echo "$APPLE_API_KEY" > ./apple-api-key.p8
0 commit comments