Skip to content

Commit 75037a1

Browse files
committed
Fix workflow
1 parent a22f93e commit 75037a1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/rust-candid-type-generation-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: bash .github/workflows/provision-darwin.sh
2222
- name: Candid Type Generation Darwin
2323
run: |
24-
pushd rust/unit_testable_rust_canister
24+
pushd rust/candid_type_generation
2525
rm -rf candid/nns_governance.did src/declarations/nns_governance.rs
2626
./scripts/fetch_candid.sh
2727
cargo build
@@ -36,7 +36,7 @@ jobs:
3636
run: bash .github/workflows/provision-linux.sh
3737
- name: Candid Type Generation Linux
3838
run: |
39-
pushd rust/unit_testable_rust_canister
39+
pushd rust/candid_type_generation
4040
rm -rf candid/nns_governance.did src/declarations/nns_governance.rs
4141
./scripts/fetch_candid.sh
4242
cargo build
-1.55 MB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)