We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d88a5 commit e4dbfe1Copy full SHA for e4dbfe1
.github/workflows/unix_like_wheels.yaml
@@ -22,6 +22,7 @@ env:
22
jobs:
23
build:
24
strategy:
25
+ fail-fast: false
26
matrix:
27
os: [ubuntu-latest, macos-13, macos-14]
28
python-version: ["3.11", "3.12"]
@@ -35,17 +36,7 @@ jobs:
35
36
- name: Setup Ubuntu
37
if: runner.os == 'Linux'
38
run: |
- 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
+ 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
49
50
- name: Initialize vcpkg
51
0 commit comments