Skip to content

Commit

Permalink
- .github: update linux builds (fix the clang-4.0 build)
Browse files Browse the repository at this point in the history
  • Loading branch information
oknenavin committed Apr 29, 2022
1 parent 030afaa commit 0638a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
with:
path: i2o
- name: Compiler setup
run: sudo apt-get update; sudo apt-get install clang-3.5
run: sudo apt update; sudo apt install clang-4.0
- name: Check
env:
CXX: clang++-4.0
Expand Down

0 comments on commit 0638a28

Please sign in to comment.