Skip to content

Commit

Permalink
WIP: CI: Ensure FreeBSD can upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Jul 11, 2023
1 parent 16ea04f commit 4e324b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ task:
IGNORE_OSVERSION: yes
skip_notifications: true
prerequisites_script:
- pkg update -f
- pkg upgrade -y
- pkg install -y devel/pkgconf graphics/vips www/node16 www/npm
- pkg-static update -f
- pkg-static upgrade -y
- pkg install -y devel/pkgconf graphics/vips www/node20 www/npm
install_script:
- npm install --build-from-source --unsafe-perm
test_script:
Expand Down

0 comments on commit 4e324b2

Please sign in to comment.