Fix workflow for Ubuntu 20.04

This commit is contained in:
Joao Paulo Magalhaes 2022-12-26 14:22:39 +00:00
parent 0ba57912ff
commit cb4779df3d

View File

@ -4,7 +4,7 @@ on: [push, pull_request]
jobs: jobs:
ubuntu-build: ubuntu-build:
runs-on: ubuntu-20.04 , arch: -DCMAKE_CXX_FLAGS="-m32"} # default=gcc9 runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Use cmake - name: Use cmake