Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

bump version to mpv 0.38.0 & FFmpeg n7.0 #22

bump version to mpv 0.38.0 & FFmpeg n7.0

bump version to mpv 0.38.0 & FFmpeg n7.0 #22

Workflow file for this run

# This workflow will build a Swift project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
name: "🏗️ Build"
on:
push:
branches:
- "**"
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Get swift version
run: swift --version
- name: Build
run: swift build -v
# - name: Run tests
# run: swift test -v