Browse Source

Try fixing up github VM mess

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 3 years ago
parent
commit
adb996ea05
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      .github/workflows/build.yml

+ 5
- 0
.github/workflows/build.yml View File

@@ -180,6 +180,11 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
submodules: recursive submodules: recursive
- name: Fix GitHub mess
run: |
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
sudo apt-get update -qq
sudo apt-get install -yqq --allow-downgrades libpcre2-8-0/focal
- name: Set up dependencies - name: Set up dependencies
run: | run: |
sudo dpkg --add-architecture i386 sudo dpkg --add-architecture i386


Loading…
Cancel
Save