Skip to content

Commit e4dbfe1

Browse files
author
Martin Urban
committed
Update GHA
1 parent 10d88a5 commit e4dbfe1

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/unix_like_wheels.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ env:
2222
jobs:
2323
build:
2424
strategy:
25+
fail-fast: false
2526
matrix:
2627
os: [ubuntu-latest, macos-13, macos-14]
2728
python-version: ["3.11", "3.12"]
@@ -35,17 +36,7 @@ jobs:
3536
- name: Setup Ubuntu
3637
if: runner.os == 'Linux'
3738
run: |
38-
sudo apt-get update;
39-
sudo apt-get --no-install-recommends install
40-
catch2
41-
cmake
42-
libfreetype6-dev
43-
libglew-dev
44-
libglm-dev
45-
libmsgpack-dev
46-
libnetcdf-dev
47-
libpng-dev
48-
libxml2-dev
39+
sudo apt update -y && sudo apt-get install git build-essential libglew-dev libpng-dev libfreetype6-dev libxml2-dev libmsgpack-dev libglm-dev libnetcdf-dev autoconf
4940
5041
- name: Initialize vcpkg
5142
run: |

0 commit comments

Comments
 (0)