Skip to content

Commit 1dd1788

Browse files
committed
WIP: Test electron arch
1 parent bd01073 commit 1dd1788

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ jobs:
3232
3333
- run: npm ci
3434

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+
3543
# The API key in APPLE_API_KEY is a PEM cert that must be read from disk:
3644
- name: Prepare Apple API key
3745
run: echo "$APPLE_API_KEY" > ./apple-api-key.p8

0 commit comments

Comments
 (0)