We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f78940 commit 12d181bCopy full SHA for 12d181b
2 files changed
.github/workflows/run-ctt-remote.yml …ub/workflows/run-ctt-remote.yml.disabled.github/workflows/run-ctt-remote.yml renamed to .github/workflows/run-ctt-remote.yml.disabled
.github/workflows/run-zwave-wsl.yml
@@ -19,11 +19,12 @@ jobs:
19
uses: Vampire/setup-wsl@v6
20
with:
21
distribution: Debian
22
- update: true
23
24
- name: Enable 32-bit architecture and install libraries
25
shell: wsl-bash {0}
26
run: |
+ # Remove stale backports repo that causes apt-get update to fail
27
+ sudo rm -f /etc/apt/sources.list.d/backports.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