Skip to content

Commit

Permalink
try cross rust build action
Browse files Browse the repository at this point in the history
Signed-off-by: William Casarin <jb55@jb55.com>
  • Loading branch information
jb55 committed Apr 12, 2024
1 parent 608a7ad commit 4a7babc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@ env:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Initialize Submodules
run: git submodule update --init --recursive
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Build Rust Projects with Cross
uses: houseabsolute/actions-rust-cross@v0.0.12

0 comments on commit 4a7babc

Please sign in to comment.