Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
powerAn2020 committed Nov 19, 2024
1 parent 670cba0 commit 4499004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
cp -rf zerotier-one ../zerotier-one-arm64
- name: Build Zerotier for arm
if: ${{ env.SKIP_NEXT != 'true' }}
run: |
export PATH="$PWD/toolchain/gcc-arm-11.2-2022.02-x86_64-arm-none-linux-gnueabihf/bin/:${PATH}"
cd ZeroTierOne_ARM
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
cp -rf zerotier-one ../zerotier-one-arm64
- name: Build Zerotier for arm
if: ${{ env.SKIP_NEXT != 'true' }}
run: |
export PATH="$PWD/toolchain/gcc-arm-11.2-2022.02-x86_64-arm-none-linux-gnueabihf/bin/:${PATH}"
cd ZeroTierOne_ARM
Expand Down

0 comments on commit 4499004

Please sign in to comment.