Skip to content

Commit 5c566b0

Browse files
committed
I think this is it
1 parent 9b37897 commit 5c566b0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,10 @@ jobs:
141141
include:
142142
- prefix: aarch64-linux-gnu
143143
arch: arm64
144+
libArch: arm64
144145
- prefix: arm-linux-gnueabihf
145146
arch: armv7l
147+
libArch: armhf
146148

147149
env:
148150
AR: ${{ format('{0}-ar', matrix.prefix) }}
@@ -173,7 +175,9 @@ jobs:
173175
PACKAGE: ${{ format('g++-{0}', matrix.prefix) }}
174176

175177
- name: Install keytar dependencies
176-
run: sudo apt install -y libsecret-1-dev:armhf
178+
run: sudo apt install -y $PACKAGE
179+
env:
180+
PACKAGE: ${{ format('libsecret-1-dev:{0}', matrix.libArch) }}
177181

178182
- name: Download npm package
179183
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)