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 546e2ae commit 872f56bCopy full SHA for 872f56b
.github/workflows/CI.yml
@@ -12,12 +12,14 @@ on:
12
- src/**
13
- python/**
14
- "*.toml"
15
+ - ".github/workflows/CI.yml"
16
push:
17
branches: [main]
18
paths:
19
20
21
22
23
workflow_dispatch:
24
25
permissions:
@@ -43,4 +45,7 @@ jobs:
43
45
args: --release --out dist --find-interpreter
44
46
sccache: 'true'
47
manylinux: auto
48
+ before-script-linux: |
49
+ sudo apt-get update
50
+ sudo apt-get install -y gnustep gnustep-devel gobjc
51
container: ${{ matrix.platform.container }}
0 commit comments