mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
.
This commit is contained in:
parent
e5ecb28841
commit
d2c745c285
1 changed files with 6 additions and 7 deletions
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
|
@ -4,18 +4,17 @@ jobs:
|
||||||
build_ubuntu_x64:
|
build_ubuntu_x64:
|
||||||
runs-on: gha-runner-x64
|
runs-on: gha-runner-x64
|
||||||
steps:
|
steps:
|
||||||
- name: gitconfig
|
# - name: gitconfig
|
||||||
run: |
|
# run: |
|
||||||
git config --global core.autocrlf input
|
# git config --global core.autocrlf input
|
||||||
# git config --global core.eol lf
|
# # git config --global core.eol lf
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: actions-rs/toolchain@v1
|
uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
target: x86_64-unknown-linux-gnu
|
target: x86_64-unknown-linux-gnu, aarch64-unknown-linux-gnu
|
||||||
override: true
|
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
|
|
||||||
- name: Set up cargo cache
|
- name: Set up cargo cache
|
||||||
|
|
Loading…
Add table
Reference in a new issue