Skip to content

Commit

Permalink
Remove unused triplet
Browse files Browse the repository at this point in the history
  • Loading branch information
pronebird committed Oct 29, 2024
1 parent 7b81052 commit 5fb16ea
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-nym-vpn-core-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,8 @@ jobs:
- name: Set env
shell: bash
run: |
triplet=aarch64-linux-android
echo "ANDROID_NDK_HOME=${{ steps.setup-ndk.outputs.ndk-path }}" >> $GITHUB_ENV
echo "NDK_TOOLCHAIN_DIR=${{ steps.setup-ndk.outputs.ndk-path }}/toolchains/llvm/prebuilt/linux-x86_64/bin" >> $GITHUB_ENV
echo "TRIPLET=$triplet" >> $GITHUB_ENV
- name: Install Go
uses: actions/setup-go@v5
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/ci-nym-vpn-core-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ jobs:
with:
toolchain: stable
components: rustfmt, clippy

- name: Set env
shell: bash
run: |
triplet=x86_64-unknown-linux-gnu
echo "TRIPLET=$triplet" >> $GITHUB_ENV

- name: Install Go
uses: actions/setup-go@v5
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-nym-vpn-core-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
- name: Set env
shell: bash
run: |
triplet=x86_64-pc-windows-msvc
echo "TRIPLET=$triplet" >> $GITHUB_ENV
echo "RUSTFLAGS=-L ${GITHUB_WORKSPACE}/build/lib -Clink-args=/LIBPATH:${GITHUB_WORKSPACE}/build/lib/x64-Debug" >> $GITHUB_ENV
mkdir -p ${GITHUB_WORKSPACE}/build/lib/
Expand Down

0 comments on commit 5fb16ea

Please sign in to comment.