Skip to content

Commit

Permalink
ci: fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Apr 30, 2024
1 parent 4f8731a commit 272b0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# exit 1
# fi

- run: rustup target add ${ matrix.target }}
- run: rustup target add ${{ matrix.target }}

- name: Build
run: cargo build --bin yr --profile release-lto --target ${{ matrix.target }}
Expand Down

0 comments on commit 272b0e1

Please sign in to comment.