# Implicit dependencies
# - actions/checkout@v2
# - ./.github/actions/install-linux-build-deps
# - ./.github/actions/install-solana
# - ./.github/actions/install-rust

name: Build Fixed Price Sale
runs:
  using: 'composite'
  steps:
    - name: build-fixed-price-sale-program
      working-directory: ./fixed-price-sale/program
      run: |
        cargo +${{ env.RUST_STABLE }} build-bpf --version
        cargo +${{ env.RUST_STABLE }} build-bpf
      shell: bash
