Skip to content

Commit

Permalink
Fixed Rust Build CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Feb 20, 2024
1 parent 7a4844d commit 1fedd79
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Rust Build CI

on:
push:
branches:
- main
on: [push]

jobs:
build:
Expand All @@ -16,6 +13,6 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable

- name: 'rishka-cc' cargo build
- name: rishka-cc cargo build
run: cd tools/rishka-cc && cargo build --release

0 comments on commit 1fedd79

Please sign in to comment.