Skip to content

Update GitHub actions #19

Update GitHub actions

Update GitHub actions #19

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up rust nightly
run: |
rustup update
cargo update
rustup override set nightly
- name: Compile
run: cargo build --verbose