Skip to content

Commit a3f1dd9

Browse files
committed
try again
1 parent 12d181b commit a3f1dd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Enable 32-bit architecture and install libraries
2424
shell: wsl-bash {0}
2525
run: |
26-
# Remove stale backports repo that causes apt-get update to fail
27-
sudo rm -f /etc/apt/sources.list.d/backports.list
26+
# Remove stale backports entry from sources.list
27+
sudo sed -i '/backports/d' /etc/apt/sources.list
2828
sudo dpkg --add-architecture i386
2929
sudo apt-get update
3030
sudo apt-get install -y libc6:i386 libstdc++6:i386

0 commit comments

Comments
 (0)