Skip to content

Commit

Permalink
remove: not needed parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Mahdi Baghbani <[email protected]>
  • Loading branch information
MahdiBaghbani committed Dec 12, 2023
1 parent 63c91ea commit b747463
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,12 @@ jobs:
target: x86_64-unknown-linux-gnu
bin: cyb
name: cyb-Linux-x86_64-GNU.tar.gz
cross: false
cargo_command: cargo

- os_name: macOS-x86_64
os: macOS-latest
target: x86_64-apple-darwin
bin: cyb
name: cyb-Darwin-x86_64.tar.gz
cross: false
cargo_command: cargo

- os_name: Windows-x86_64
os: windows-latest
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,12 @@ jobs:
target: x86_64-unknown-linux-gnu
bin: cyb
name: cyb-Linux-x86_64-GNU.tar.gz
cross: false
cargo_command: cargo

- os_name: macOS-x86_64
os: macOS-latest
target: x86_64-apple-darwin
bin: cyb
name: cyb-Darwin-x86_64.tar.gz
cross: false
cargo_command: cargo

- os_name: Windows-x86_64
os: windows-latest
Expand Down

0 comments on commit b747463

Please sign in to comment.