Skip to content

Commit 06d2de3

Browse files
Fix all readme files name
1 parent 9078fe1 commit 06d2de3

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ jobs:
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

BinaryOptionsToolsV2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
description = "A library to connect to PocketOption using python with async and sync support."
66
license = "BSD License (BSD)"
77
homepage = "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.

0 commit comments

Comments
 (0)