-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Switch to
ffi_interface
ipa-multipoint (#139)
Signed-off-by: Kevaundray Wedderburn <[email protected]>
- Loading branch information
1 parent
abd453a
commit 9b2e7bb
Showing
3 changed files
with
76 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
export PATH=$GOROOT/bin:$PATH | ||
# rust dependencies | ||
export CARGO_HOME="$HOME/.cargo" | ||
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.68.2 | ||
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.75.0 | ||
- name: Checkout Repo | ||
uses: actions/checkout@v4 | ||
with: | ||
|
@@ -123,7 +123,7 @@ jobs: | |
brew install [email protected] || true | ||
# rust dependencies | ||
export CARGO_HOME="$HOME/.cargo" | ||
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.68.2 | ||
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.75.0 | ||
# install both x86 and arm64 toolchains | ||
export PATH="$HOME/.cargo/bin:$PATH" | ||
rustup target add x86_64-apple-darwin | ||
|
@@ -189,7 +189,7 @@ jobs: | |
brew install [email protected] || true | ||
# rust dependencies | ||
export CARGO_HOME="$HOME/.cargo" | ||
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.68.2 | ||
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.75.0 | ||
# install both x86 and arm64 toolchains | ||
export PATH="$HOME/.cargo/bin:$PATH" | ||
rustup target add x86_64-apple-darwin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters