Skip to content

Ubuntu install without nix #130

Ubuntu install without nix

Ubuntu install without nix #130

name: Ubuntu install without nix
on:
schedule:
- cron: "0 0 * * MON"
workflow_dispatch:
concurrency:
# ensure non-PR jobs run in parallel
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
env:
CARGO_INCREMENTAL: "0"
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Enable Rust Caching
uses: Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/main' }}
- name: Install and test
run: scripts/ubuntu-install-test-no-nix