Skip to content

Commit de1b4a0

Browse files
authored
Fix workflow: install gobjc before compile. (#95)
1 parent 546e2ae commit de1b4a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ on:
1212
- src/**
1313
- python/**
1414
- "*.toml"
15+
- ".github/workflows/CI.yml"
1516
push:
1617
branches: [main]
1718
paths:
1819
- src/**
1920
- python/**
2021
- "*.toml"
22+
- ".github/workflows/CI.yml"
2123
workflow_dispatch:
2224

2325
permissions:
@@ -43,4 +45,7 @@ jobs:
4345
args: --release --out dist --find-interpreter
4446
sccache: 'true'
4547
manylinux: auto
48+
before-script-linux: |
49+
sudo apt-get update
50+
sudo apt-get install -y gnustep gnustep-devel gobjc
4651
container: ${{ matrix.platform.container }}

0 commit comments

Comments
 (0)