Skip to content

Commit

Permalink
Try to enable rust-toolchain.toml for freebsd release
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Sep 23, 2024
1 parent 712e2fe commit b1dcdeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-pkg.nu
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ if $os in ['macos-latest'] or $USE_UBUNTU {
}
match $target {
'x86_64-unknown-freebsd' => {
rm $'($env.GITHUB_WORKSPACE)/rust-toolchain.toml'
let ARGS = [
--rm --volume $'($env.GITHUB_WORKSPACE):/src'
--user $'(id --user):(id --group)'
Expand Down

0 comments on commit b1dcdeb

Please sign in to comment.