Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Sep 24, 2024
1 parent 08b7641 commit e406876
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e406876

Please sign in to comment.