Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlan404 committed Nov 14, 2023
1 parent a80b3d8 commit 78e7aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bc23test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
path: 'mcman'
- run: rustup toolchain install stable
- uses: Swatinem/rust-cache@v2
- run: cargo run --manifest-path ./mcman/Cargo.toml --quiet run --test
working-directory: bc23
- run: cargo run --manifest-path $GITHUB_WORKSPACE/mcman/Cargo.toml --quiet run --test
working-directory: $GITHUB_WORKSPACE/bc23

0 comments on commit 78e7aed

Please sign in to comment.