mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-22 22:33:58 -07:00
try this
This commit is contained in:
parent
d8337570b9
commit
78b397dc61
1 changed files with 12 additions and 12 deletions
24
.github/workflows/build.yml
vendored
24
.github/workflows/build.yml
vendored
|
@ -4,10 +4,10 @@ jobs:
|
||||||
build_ubuntu:
|
build_ubuntu:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: gitconfig
|
# - name: gitconfig
|
||||||
run: |
|
# run: |
|
||||||
git config --global core.autocrlf false
|
# git config --global core.autocrlf false
|
||||||
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
|
||||||
|
@ -40,10 +40,10 @@ jobs:
|
||||||
build_macos:
|
build_macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- name: gitconfig
|
# - name: gitconfig
|
||||||
run: |
|
# run: |
|
||||||
git config --global core.autocrlf false
|
# git config --global core.autocrlf false
|
||||||
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
|
||||||
|
@ -75,10 +75,10 @@ jobs:
|
||||||
build_windows:
|
build_windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- name: gitconfig
|
# - name: gitconfig
|
||||||
run: |
|
# run: |
|
||||||
git config --global core.autocrlf false
|
# git config --global core.autocrlf false
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue