mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-05-17 14:41:10 +02:00
ci : re-enable freeBDS-latest job (#2973)
This commit re-enables the freeBSD-latest job which has been commented out. Refs: https://github.com/ggerganov/whisper.cpp/issues/2781
This commit is contained in:
parent
7a2e39750a
commit
83af237f0b
34
.github/workflows/build.yml
vendored
34
.github/workflows/build.yml
vendored
@ -200,23 +200,23 @@ jobs:
|
|||||||
cmake --build build --config Release -j $(sysctl -n hw.logicalcpu)
|
cmake --build build --config Release -j $(sysctl -n hw.logicalcpu)
|
||||||
|
|
||||||
|
|
||||||
# freeBSD-latest:
|
freeBSD-latest:
|
||||||
# runs-on: macos-12
|
runs-on: macos-13
|
||||||
#
|
|
||||||
# steps:
|
steps:
|
||||||
# - name: Clone
|
- name: Clone
|
||||||
# uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
#
|
|
||||||
# - name: Build
|
- name: Build
|
||||||
# uses: cross-platform-actions/action@v0.24.0
|
uses: cross-platform-actions/action@v0.27.0
|
||||||
# with:
|
with:
|
||||||
# operating_system: freebsd
|
operating_system: freebsd
|
||||||
# version: '13.3'
|
version: '14.2'
|
||||||
# run: |
|
run: |
|
||||||
# sudo pkg update
|
sudo pkg update
|
||||||
# sudo pkg install -y gmake sdl2 cmake
|
sudo pkg install -y gmake sdl2 cmake git
|
||||||
# cmake -B build
|
cmake -B build
|
||||||
# cmake --build build --config Release
|
cmake --build build --config Release
|
||||||
|
|
||||||
ubuntu-22-gcc:
|
ubuntu-22-gcc:
|
||||||
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' ||
|
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' ||
|
||||||
|
Loading…
Reference in New Issue
Block a user