Skip to content

Commit 0638a28

Browse files
committed
- .github: update linux builds (fix the clang-4.0 build)
1 parent 030afaa commit 0638a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
path: i2o
8282
- name: Compiler setup
83-
run: sudo apt-get update; sudo apt-get install clang-3.5
83+
run: sudo apt update; sudo apt install clang-4.0
8484
- name: Check
8585
env:
8686
CXX: clang++-4.0

0 commit comments

Comments
 (0)