Skip to content

Commit

Permalink
updating CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed May 1, 2024
1 parent 968b830 commit eaca1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ environment:

install:
- sh: if [ "$APPVEYOR_BUILD_WORKER_IMAGE" = 'Ubuntu2204' ]; then sudo apt-get -qq update && sudo apt-get -y -qq install build-essential libgconf-2-4 python3 libglib2.0-dev; fi
- cmd: powershell .\appveyor.ps1
# - cmd: powershell .\appveyor.ps1
- cmd: powershell Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs) x64
- sh: nvm ls
- sh: nvm install $nodejs
Expand Down

0 comments on commit eaca1b1

Please sign in to comment.