deft-yoga 0.7.1

Rust bindings for Facebook's Yoga, a Flexbox layout engine
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Setup Apple envirionment

runs:
  using: "composite"
  steps:
    # TODO: This and Ruby should be versioned
    - name: Install Cocoapods
      shell: bash
      run: sudo gem install cocoapods

    - uses: maxim-lobanov/setup-xcode@v1
      with:
        xcode-version: 14.3.1