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

samba protocol support, upgrade to FFmpeg n7.0. close #16 #17

samba protocol support, upgrade to FFmpeg n7.0. close #16

samba protocol support, upgrade to FFmpeg n7.0. close #16 #17

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-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Get swift version
run: swift --version
- uses: swift-actions/setup-swift@v1
with:
swift-version: "5.8"
- name: Get swift version
run: swift --version
- name: Build
run: swift build -v
# - name: Run tests
# run: swift test -v