Skip to content

Commit

Permalink
FIx if
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
  • Loading branch information
NobodyXu committed Feb 25, 2024
1 parent fffb1f2 commit 049a116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
tool: cargo-nextest

- name: Enable cc/parallel
if: matrix.cc-parallel == "Y"
if: matrix.cc-parallel == 'Y'
run: echo 'default = ["parallel"]' >> cc/Cargo.toml

- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 049a116

Please sign in to comment.