I think this is it

This commit is contained in:
Joe Previte 2022-12-08 12:45:13 -07:00
parent 9b37897899
commit 5c566b0c01
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
1 changed files with 5 additions and 1 deletions

View File

@ -141,8 +141,10 @@ jobs:
include:
- prefix: aarch64-linux-gnu
arch: arm64
libArch: arm64
- prefix: arm-linux-gnueabihf
arch: armv7l
libArch: armhf
env:
AR: ${{ format('{0}-ar', matrix.prefix) }}
@ -173,7 +175,9 @@ jobs:
PACKAGE: ${{ format('g++-{0}', matrix.prefix) }}
- name: Install keytar dependencies
run: sudo apt install -y libsecret-1-dev:armhf
run: sudo apt install -y $PACKAGE
env:
PACKAGE: ${{ format('libsecret-1-dev:{0}', matrix.libArch) }}
- name: Download npm package
uses: actions/download-artifact@v3