Skip to content

Commit 85b1609

Browse files
committed
chore: rm microsoft-prod.list
1 parent e4bcac4 commit 85b1609

5 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Automatic Approve
16-
uses: hmarr/auto-approve-action@v3
16+
uses: apecloud-inc/auto-approve-action@v4
1717
with:
1818
github-token: ${{ env.GITHUB_TOKEN }}
1919
pull-request-number: ${{ github.event.issue.number }}

.github/workflows/cicd-pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
- uses: actions/checkout@v4
5050
- name: install lib
5151
run: |
52+
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
5253
sudo apt-get update
5354
sudo apt-get install -y --no-install-recommends \
5455
libbtrfs-dev \
@@ -96,6 +97,7 @@ jobs:
9697
- uses: actions/checkout@v4
9798
- name: install lib
9899
run: |
100+
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
99101
sudo apt-get update
100102
sudo apt-get install -y --no-install-recommends \
101103
libbtrfs-dev \

.github/workflows/cicd-push.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
fetch-depth: 0
5757
- name: install pcregrep
5858
run: |
59+
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
5960
sudo apt-get update
6061
sudo apt-get install pcregrep
6162
@@ -86,6 +87,7 @@ jobs:
8687
- uses: actions/checkout@v4
8788
- name: install lib
8889
run: |
90+
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
8991
sudo apt-get update
9092
sudo apt-get install -y --no-install-recommends \
9193
libbtrfs-dev \
@@ -124,6 +126,7 @@ jobs:
124126
- uses: actions/checkout@v4
125127
- name: install lib
126128
run: |
129+
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
127130
sudo apt-get update
128131
sudo apt-get install -y --no-install-recommends \
129132
libbtrfs-dev \
@@ -171,6 +174,7 @@ jobs:
171174
- uses: actions/checkout@v4
172175
- name: install lib
173176
run: |
177+
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
174178
sudo apt-get update
175179
sudo apt-get install -y --no-install-recommends \
176180
libbtrfs-dev \

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
- uses: actions/checkout@v4
5454
- name: install lib
5555
run: |
56+
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
5657
sudo apt-get update
5758
sudo apt-get install -y --no-install-recommends \
5859
libbtrfs-dev \

addons

Submodule addons updated 2300 files

0 commit comments

Comments
 (0)