Skip to content

Commit

Permalink
test yml
Browse files Browse the repository at this point in the history
  • Loading branch information
root27 committed Apr 8, 2024
1 parent 02399c0 commit 789f9f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,7 @@ jobs:

- target: x86_64-apple-darwin
os: macos-latest
command: cargo

- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
command: cross

- target: aarch64-apple-darwin
os: macos-latest
command: cross

- target: x86_64-pc-windows-gnu
os: windows-latest
command: cargo


command: cargo

runs-on: ${{ matrix.os }}
steps:
Expand Down
20 changes: 0 additions & 20 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,6 @@ readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[target.aarch64-unknown-linux-gnu]

pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get --assume-yes install libssl-dev:$CROSS_DEB_ARCH"
]

[target.aarch64-apple-darwin]

pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get --assume-yes install libssl-dev:$CROSS_DEB_ARCH"
]

[target.x86_64-windows-gnu]

pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get --assume-yes install libssl-dev:$CROSS_DEB_ARCH"
]



Expand Down

0 comments on commit 789f9f5

Please sign in to comment.