Skip to content

chore: udpate ish to v1.4.0 #648

chore: udpate ish to v1.4.0

chore: udpate ish to v1.4.0 #648

Workflow file for this run

name: Build pull request
on:
workflow_dispatch:
pull_request:
types:
- labeled
- synchronize
jobs:
build:
if: ${{ contains(github.event.pull_request.labels.*.name, 'OK to test') }}
strategy:
matrix:
label:
- ubuntu-latest
- macos-latest
- magic_arm64_8core
runs-on: ${{ matrix.label }}
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 2
- uses: prefix-dev/setup-pixi@194d461b21b6c5717c722ffc597fa91ed2ff29fa # v0.9.1
with:
pixi-version: v0.37.0
- name: Build packages
shell: bash
run: pixi run build-all
env:
RATTLER_BUILD_ENABLE_GITHUB_INTEGRATION: true
RATTLER_BUILD_COLOR: always