Skip to content

Commit

Permalink
Fix workflow for Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
biojppm committed Dec 27, 2022
1 parent 0ba5791 commit cb4779d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
ubuntu-build:
runs-on: ubuntu-20.04 , arch: -DCMAKE_CXX_FLAGS="-m32"} # default=gcc9
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Use cmake
Expand Down

0 comments on commit cb4779d

Please sign in to comment.