Skip to content

Fix deployment to staging #127

Fix deployment to staging

Fix deployment to staging #127

Workflow file for this run

name: build queue
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: rustup toolchain install stable --profile minimal
- uses: extractions/setup-just@v2
- name: build
run: just build-queue