Skip to content

Commit

Permalink
Disable all history fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-Y-Fadeev committed Feb 11, 2023
1 parent 3670c7f commit 1aa60ff
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
steps:
- name: GitHub repository checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build Win32 release
run: |
mkdir build32 && cd build32 && cmake .. -A Win32 && cd ..
Expand Down Expand Up @@ -53,8 +51,6 @@ jobs:
steps:
- name: GitHub repository checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build release
run: |
mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release && cd ..
Expand All @@ -77,8 +73,6 @@ jobs:
steps:
- name: GitHub repository checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build release
run: |
mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release && cd ..
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
steps:
- name: GitHub repository checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run script
shell: bash
run: |
Expand All @@ -25,8 +23,6 @@ jobs:
steps:
- name: GitHub repository checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run script
run: |
patch ./scripts/test.sh < ./scripts/llvm.patch
Expand All @@ -38,8 +34,6 @@ jobs:
steps:
- name: GitHub repository checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up environment
run: brew install coreutils
- name: Run script
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/virtual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
steps:
- name: GitHub repository checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run script
shell: bash
run: ./scripts/test.sh
Expand All @@ -23,8 +21,6 @@ jobs:
steps:
- name: GitHub repository checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run script
run: ./scripts/test.sh

Expand All @@ -34,8 +30,6 @@ jobs:
steps:
- name: GitHub repository checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up environment
run: brew install coreutils
- name: Run script
Expand Down

0 comments on commit 1aa60ff

Please sign in to comment.