File tree Expand file tree Collapse file tree 5 files changed +3
-2
lines changed Expand file tree Collapse file tree 5 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4444 - name : Setup cross-compilation for armv7
4545 if : matrix.platform.target == 'armv7'
4646 run : |
47+ sudo dpkg --add-architecture armhf
4748 sudo apt-get update
4849 sudo apt-get install -y gcc-arm-linux-gnueabihf libssl-dev:armhf pkg-config
49-
50+
5051 echo "OPENSSL_DIR=/usr/arm-linux-gnueabihf" >> $GITHUB_ENV
5152 echo "PKG_CONFIG_PATH=/usr/arm-linux-gnueabihf/pkgconfig" >> $GITHUB_ENV
5253 echo "CC_armv7_unknown_linux_gnueabihf=arm-linux-gnueabihf-gcc" >> $GITHUB_ENV
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2021"
55description = " A library to connect to PocketOption using python with async and sync support."
66license = " BSD License (BSD)"
77homepage = " https://github.com/ChipaDevTeam/BinaryOptionsTools-v2"
8- readme = " Readme .md"
8+ readme = " README .md"
99
1010# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111[lib ]
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments