We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d181b commit a3f1dd9Copy full SHA for a3f1dd9
1 file changed
.github/workflows/run-zwave-wsl.yml
@@ -23,8 +23,8 @@ jobs:
23
- name: Enable 32-bit architecture and install libraries
24
shell: wsl-bash {0}
25
run: |
26
- # Remove stale backports repo that causes apt-get update to fail
27
- sudo rm -f /etc/apt/sources.list.d/backports.list
+ # Remove stale backports entry from sources.list
+ sudo sed -i '/backports/d' /etc/apt/sources.list
28
sudo dpkg --add-architecture i386
29
sudo apt-get update
30
sudo apt-get install -y libc6:i386 libstdc++6:i386
0 commit comments