Skip to content

Commit adb996e

Browse files
committed
Try fixing up github VM mess
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 83001ae commit adb996e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,11 @@ jobs:
180180
- uses: actions/checkout@v2
181181
with:
182182
submodules: recursive
183+
- name: Fix GitHub mess
184+
run: |
185+
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
186+
sudo apt-get update -qq
187+
sudo apt-get install -yqq --allow-downgrades libpcre2-8-0/focal
183188
- name: Set up dependencies
184189
run: |
185190
sudo dpkg --add-architecture i386

0 commit comments

Comments
 (0)