Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Ferguson <me@njf.io>
  • Loading branch information
njfio authored May 5, 2024
1 parent 0375b4a commit bbfd54d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH

- name: Change to Project Directory
run: cd fluent_cli/
run: cd fluent_cli/

- name: Build binary
uses: houseabsolute/actions-rust-cross@v0
Expand All @@ -57,4 +57,6 @@ jobs:
target: ${{ matrix.platform.target }}
args: "--locked --release"
strip: true
working-directory: fluent_cli
env:
CARGO_TARGET_DIR: fluent_cli/

0 comments on commit bbfd54d

Please sign in to comment.