diff --git a/.github/workflows/check-vm.yml b/.github/workflows/check-vm.yml index ef10032269..fa9fe37202 100644 --- a/.github/workflows/check-vm.yml +++ b/.github/workflows/check-vm.yml @@ -38,7 +38,7 @@ jobs: with: usesh: true prepare: | - pkg install -y rust nss pkg-config + pkg install -y rust nss pkgconf run: | echo "Hello, ${{ matrix.os}}!" cargo check --all-targets --features ci @@ -49,7 +49,7 @@ jobs: with: usesh: true prepare: | - pkg_add rust nss pkg-config + pkg_add rust nss pkgconf run: | echo "Hello, ${{ matrix.os}}!" cargo check --all-targets --features ci @@ -60,7 +60,7 @@ jobs: with: usesh: true prepare: | - pkg_add rust nss pkg-config + /usr/sbin/pkg_add rust nss pkg-config run: | echo "Hello, ${{ matrix.os}}!" cargo check --all-targets --features ci @@ -71,7 +71,7 @@ jobs: with: usesh: true prepare: | - pkg install rust nss pkg-config + pkgutil -y -i rust nss pkg-config run: | echo "Hello, ${{ matrix.os}}!" cargo check --all-targets --features ci