Skip to content

Commit

Permalink
NetBSD: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed Jan 20, 2024
1 parent 0fa7cca commit 884ac0c
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 @@ -164,7 +164,7 @@ jobs:
usesh: true
prepare: |
/usr/sbin/pkg_add cmake qt5-qtscript qt5-qtserialport qt5-qttools qt5-qtdeclarative qt5-qtlocation qt5-qtbase qt5-qtmultimedia qt5-qtcharts glu exiv2 nlopt gettext
cd /usr/pkg/graphics/MesaLib/
cd /usr/pkgsrc/graphics/MesaLib/
make -j3 && make install && make clean
cd ~
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
usesh: true
prepare: |
/usr/sbin/pkg_add cmake qt6-qtserialport qt6-qttools qt6-qtdeclarative qt6-qtlocation qt6-qtbase qt6-qtmultimedia qt6-qtcharts glu exiv2 nlopt gettext
cd /usr/pkg/graphics/MesaLib/
cd /usr/pkgsrc/graphics/MesaLib/
make -j3 && make install && make clean
cd ~
Expand Down

0 comments on commit 884ac0c

Please sign in to comment.