Skip to content

Commit

Permalink
ci: fix MAA_CONFIG_DIR in test
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Dec 29, 2024
1 parent 2ea3d54 commit 5b1db22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
cargo +nightly fmt --package maa-cli -- --check
- name: Install MaaCore
env:
MAA_CONFIG_DIR: ${{ github.workspace }}/maa-cli/config_examples
MAA_CONFIG_DIR: ${{ github.workspace }}/crates/maa-cli/config_examples
run: |
cargo run --package maa-cli -- install beta
core_dir=$(cargo run -- dir library)
Expand Down

0 comments on commit 5b1db22

Please sign in to comment.