Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Dec 7, 2023
1 parent 52587d8 commit a0d1233
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,10 @@ jobs:
with:
usesh: true
prepare: |
pkg_add cmake
pkg_add cmake gmake
run: |
make
make stats
gmake
gmake stats
freebsd:
runs-on: ubuntu-latest
Expand All @@ -410,7 +410,7 @@ jobs:
with:
usesh: true
prepare: |
pkg install -y cmake
pkg install -y cmake gmake
run: |
make
make stats
gmake
gmake stats

0 comments on commit a0d1233

Please sign in to comment.