Skip to content

Commit

Permalink
prepare correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
oschonrock committed Dec 20, 2024
1 parent 2fbf0ec commit c5698cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ name: FreeBSD-14.1 clang-18.1
on: [push, pull_request]

jobs:
test:
freebsd-build:
runs-on: ubuntu-latest
name: A job to run test in FreeBSD
steps:
- name: checkout repo
uses: actions/checkout@v4
Expand All @@ -16,6 +15,7 @@ jobs:
uses: vmactions/freebsd-vm@v1.1.5
with:
usesh: true
prepare: |
pkg install -y cmake
run: |
Expand Down

0 comments on commit c5698cf

Please sign in to comment.