Skip to content

Commit

Permalink
Fix cwd for build-host
Browse files Browse the repository at this point in the history
  • Loading branch information
brenapp committed Oct 30, 2024
1 parent ea1b920 commit 35d9ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Install Dependencies (host)
working-directory: host
working-directory: ./host
run: npm install
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 35d9ff4

Please sign in to comment.