Skip to content

Commit 12d181b

Browse files
committed
and again
1 parent 5f78940 commit 12d181b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

File renamed without changes.

.github/workflows/run-zwave-wsl.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ jobs:
1919
uses: Vampire/setup-wsl@v6
2020
with:
2121
distribution: Debian
22-
update: true
2322

2423
- name: Enable 32-bit architecture and install libraries
2524
shell: wsl-bash {0}
2625
run: |
26+
# Remove stale backports repo that causes apt-get update to fail
27+
sudo rm -f /etc/apt/sources.list.d/backports.list
2728
sudo dpkg --add-architecture i386
2829
sudo apt-get update
2930
sudo apt-get install -y libc6:i386 libstdc++6:i386

0 commit comments

Comments
 (0)