Skip to content

Commit

Permalink
Fix wrong working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Comeza committed May 14, 2024
1 parent c18f86d commit beab45c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,20 @@ jobs:
key: ${{ runner.os }}-robusta-mister-x

- name: 🚧 Build robusta
run: cargo build
run: cargo clippy --frozen

- name: 🔬 Check formatting
run: cargo fmt --all -- --check
- name: 🔬 Rust fmt
run: cargo fmt --check --all


liberica:
name: ⚡ liberica Check & Build
runs-on: ubuntu-latest

defaults:
run:
working-directory: liberica

steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit beab45c

Please sign in to comment.