Skip to content

Commit

Permalink
Fix release action 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanp413 authored Sep 18, 2024
1 parent 416b643 commit ebf0b0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,11 @@ jobs:
echo "Npm install failed $i, trying again..."
done
cd ..
export VSCODE_SYSROOT_PREFIX='-glibc-2.17'
source ./build/azure-pipelines/linux/setup-env.sh --only-remote
cd ..
for i in {1..5}; do # try 5 times
npm ci && break
if [ $i -eq 5 ]; then
Expand Down

0 comments on commit ebf0b0d

Please sign in to comment.