Skip to content

Patch swiftpm on workflow runs #30

Patch swiftpm on workflow runs

Patch swiftpm on workflow runs #30

Workflow file for this run

name: CI
on:
push:
jobs:
build:
strategy:
fail-fast: false
matrix:
include:
- os: macos-12
arch: x86_64
- os: macos-13
arch: x86_64
- os: macos-14
arch: arm64
timeout-minutes: 5
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: git submodule update --init
- name: swiftpm patch
run: sed -i '' -e 's/"version" : 3/"version" : 2/g' **/Package.resolved

Check failure on line 24 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 24
- run: make build-${{ matrix.arch }}