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 db2d4fe commit f814c94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,11 @@ 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 -amUV cmake eigen3 glm exiv2 nlopt gpsd qt5-qxlsx qt5
pkg_add -aU cmake eigen3 glm exiv2 nlopt gpsd qt5-qxlsx qt5
run: |
set -e -x
export PATH=/usr/local/lib/qt5:/usr/local/lib/qt5/bin:$PATH
export DISPLAY=:0
mkdir builds
cd builds
Expand Down Expand Up @@ -127,7 +128,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 -amUV cmake eigen3 glm exiv2 nlopt gpsd qt6-qxlsx qt6
pkg_add -aU cmake eigen3 glm exiv2 nlopt gpsd qt6-qxlsx qt6
run: |
set -e -x
Expand Down

0 comments on commit f814c94

Please sign in to comment.