Skip to content

ci: bump Swatinem/rust-cache from 2.7.5 to 2.7.7 #587

ci: bump Swatinem/rust-cache from 2.7.5 to 2.7.7

ci: bump Swatinem/rust-cache from 2.7.5 to 2.7.7 #587

Workflow file for this run

name: "nightly"
on:
workflow_dispatch:
pull_request:
schedule:
- cron: "0 5 * * 1-5"
permissions:
contents: write
jobs:
nightly_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
- run: cargo +nightly build