Skip to content

Commit 57b0a1c

Browse files
committed
Fight ci
1 parent d992f29 commit 57b0a1c

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,11 @@ jobs:
1515
- name: latest
1616
image: opencfd/openfoam-dev:latest
1717
build_args: -j
18-
- name: v2206
19-
image: opencfd/openfoam-dev:2206
18+
- name: v2412
19+
image: opencfd/openfoam-dev:2412
2020
build_args: ""
21-
- name: v2112
22-
image: opencfd/openfoam-dev:2112
23-
build_args: ""
24-
- name: v2106
25-
image: opencfd/openfoam-dev:2106
21+
- name: v2506
22+
image: opencfd/openfoam-dev:2506
2623
build_args: ""
2724

2825
name: OpenFOAM ${{ matrix.name }}
@@ -35,10 +32,12 @@ jobs:
3532
- name: Install CI dependencies
3633
run: |
3734
apt-get update
38-
apt-get install -y python3 python-is-python3
35+
apt-get install -y python3 python-is-python3 libboost-dev
3936
4037
- name: Build
4138
shell: bash
39+
env:
40+
BOOST_ARCH_PATH: /usr/include
4241
run: |
4342
/usr/bin/openfoam ./Allwclean
4443
/usr/bin/openfoam ./Allwmake ${{ matrix.build_args }}

0 commit comments

Comments
 (0)