Unverified Commit c39a7a4e by Dominic Hamon Committed by GitHub

sigh. attempt #4

parent 2b02ddd4
...@@ -31,7 +31,7 @@ jobs: ...@@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: install 32-bit - name: install 32-bit
if: matrix.bits == "32" if: ${{ matrix.bits }} == '32'
run: | run: |
sudo apt update sudo apt update
sudo apt -y install g++-multilib libc6:i386 sudo apt -y install g++-multilib libc6:i386
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment