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 23aac9f commit 0626617
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci-nym-vpn-core-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
components: rustfmt, clippy
targets: aarch64-apple-ios

- name: Set env
shell: bash
run: |
echo "TRIPLET=aarch64-apple-ios" >> $GITHUB_ENV
- name: Install Go
uses: actions/setup-go@v5
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/ci-nym-vpn-core-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ jobs:
toolchain: stable
components: rustfmt, clippy

- name: Set env
shell: bash
run: |
echo "TRIPLET=universal-apple-darwin" >> $GITHUB_ENV
- name: Install Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 0626617

Please sign in to comment.