Skip to content

Rebuild with enabled webvtt demuxer #2

Rebuild with enabled webvtt demuxer

Rebuild with enabled webvtt demuxer #2

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