Unverified Commit 2b02ddd4 by Dominic Hamon Committed by GitHub

attempt at conditional #3

parent b2882336
......@@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v2
- name: install 32-bit
if: ${{ matrix.bits == "32" }}
if: matrix.bits == "32"
run: |
sudo apt update
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