Skip to content

Commit

Permalink
fix: Fully remove a broken CI line
Browse files Browse the repository at this point in the history
a9a6e9e only removed one but this was duplicated many times.
  • Loading branch information
rawlins committed May 8, 2023
1 parent a9a6e9e commit ea43df2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ jobs:
with:
fetch-depth: 0 # all history
submodules: false
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Install dependencies
run: ./deps.py --build-opts "${{ matrix.build_opts }}" --appimage
working-directory: .github/workflows
Expand Down Expand Up @@ -205,7 +204,6 @@ jobs:
with:
fetch-depth: 0 # all history
submodules: false
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Install dependencies
run: ./deps.py --build-opts TILES=1 --debian-packages
working-directory: .github/workflows
Expand Down Expand Up @@ -271,7 +269,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # all history
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Checkout submodules
shell: bash
run: |
Expand Down Expand Up @@ -318,7 +315,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # all history
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Checkout submodules (for crosscompile)
shell: bash
run: |
Expand Down Expand Up @@ -384,7 +380,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # all history
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Set up Python 3.7
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -477,7 +472,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # all history
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Set up Python 3.7
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -520,7 +514,6 @@ jobs:
with:
fetch-depth: 0 # all history
submodules: true
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Install dependencies
run: ./deps.py --build-opts "${{ matrix.build_opts }}"
working-directory: .github/workflows
Expand Down

0 comments on commit ea43df2

Please sign in to comment.