Skip to content

Commit

Permalink
ci updates
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Sep 11, 2023
1 parent 7c91930 commit a2f41cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: build
args: --manifest-path ./Cargo.toml --bin when3meet ${{ matrix.args }}
args: --manifest-path .when3meet/Cargo.toml --bin when3meet ${{ matrix.args }}
- uses: Swatinem/rust-cache@v2
with:
key: cargo-${{ hashFiles('**/Cargo.lock') }}-${{matrix.target}}
Expand Down

0 comments on commit a2f41cf

Please sign in to comment.