From 9b37897899d88682df9d16ff7de3666be4a8fc5e Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 8 Dec 2022 12:41:59 -0700 Subject: [PATCH] try this first --- .github/workflows/release.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 329ca8697..a97549962 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -172,6 +172,9 @@ jobs: env: PACKAGE: ${{ format('g++-{0}', matrix.prefix) }} + - name: Install keytar dependencies + run: sudo apt install -y libsecret-1-dev:armhf + - name: Download npm package uses: actions/download-artifact@v3 with: @@ -199,10 +202,10 @@ jobs: # NOTE@jsjoeio - the dependencies needed for this # aren't supported on this architecture so we remove # it manually. - - name: Remove keytar - run: | - cd ./release-standalone/lib/vscode - npm uninstall keytar + # - name: Remove keytar + # run: | + # cd ./release-standalone/lib/vscode + # npm uninstall keytar - name: Build packages with nfpm env: