Skip to content

Bring WebP to swift, add CI. #1

Bring WebP to swift, add CI.

Bring WebP to swift, add CI. #1

Workflow file for this run

name: Swift (Ubuntu x86/64)
on: [push]
jobs:
build:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
swift: ["5.10"]
runs-on: ${{ matrix.os }}
steps:
- uses: swift-actions/setup-swift@v2
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v4
- name: 🐙 Fetch Git Submodules
run: git submodule update --init --recursive
- name: 📦 Build
run: swift build -c release