From 56b65db2b17cc4df12266c3f82c2698d3493854a Mon Sep 17 00:00:00 2001 From: garrettladley Date: Mon, 11 Sep 2023 11:18:01 -0400 Subject: [PATCH] ci updates --- .github/workflows/general.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index ecddde3..2524dc3 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -87,7 +87,7 @@ jobs: steps: - uses: dtolnay/rust-toolchain@stable - name: Build - run: cargo build --release --manifest-path ./when3meet/Cargo.toml ${{ matrix.args }} + run: cargo build --release --manifest-path ./when3meet/when3meet/Cargo.toml ${{ matrix.args }} - uses: Swatinem/rust-cache@v2 with: key: cargo-${{ hashFiles('**/Cargo.lock') }}-${{matrix.target}}