Skip to content

Commit

Permalink
Update ci-unix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w authored Jan 20, 2024
1 parent db0a635 commit db2d4fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
# When using rsync, you can define copyback: false to not copy files back from the VM in to the host.
copyback: false
prepare: |
pkg_add cmake eigen3 glm exiv2 nlopt gpsd qt5-qxlsx qt5
pkg_add -amUV cmake eigen3 glm exiv2 nlopt gpsd qt5-qxlsx qt5
run: |
set -e -x
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
# When using rsync, you can define copyback: false to not copy files back from the VM in to the host.
copyback: false
prepare: |
pkg_add cmake eigen3 glm exiv2 nlopt gpsd qt6-qxlsx qt6
pkg_add -amUV cmake eigen3 glm exiv2 nlopt gpsd qt6-qxlsx qt6
run: |
set -e -x
Expand Down

0 comments on commit db2d4fe

Please sign in to comment.