Skip to content

refactor: download LoraWeights in FluxConfiguration #8

refactor: download LoraWeights in FluxConfiguration

refactor: download LoraWeights in FluxConfiguration #8

Workflow file for this run

name: CI
on:
push:
branches: [main]
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 16.0
- name: Enable PrepareMetalShaders plugin
run: defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidation -bool YES
- name: Build and test
run: |
xcodebuild -resolvePackageDependencies
xcodebuild test -scheme flux.swift -destination 'platform=macOS' -skipPackagePluginValidation ENABLE_PLUGIN_PREPAREMLSHADERS=YES