Skip to content

Commit 165c4ab

Browse files
authored
Merge pull request #23 from NavAbility/25Q1/ci/fixbuild
update ci
2 parents f9ebcd2 + faaed30 commit 165c4ab

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci-rs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,17 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Setup
27+
run: make install-deps
28+
- name: Build Native (tokio)
2729
run: |
28-
make install-deps
30+
echo "Trigger build.rs with tokio build"
2931
export NVA_API_URL=$(cat $GITHUB_EVENT_PATH | jq -r ".inputs.nva_api_url" )
3032
echo "::add-mask::$NVA_API_URL"
3133
export NVA_API_TOKEN=$(cat $GITHUB_EVENT_PATH | jq -r ".inputs.nva_token" )
3234
echo "::add-mask::$NVA_API_TOKEN"
33-
- name: Build wasm
35+
make build-tokio
36+
- name: Build WASM
3437
run: make build-wasm
35-
- name: Build tokio
36-
run: make build-tokio
3738
- name: Install Test Deps
3839
run: cargo install --force cbindgen
3940
- name: Run tests

0 commit comments

Comments
 (0)