Skip to content

Commit b12fb4b

Browse files
committed
Fix workflow: install gobjc before compile.
1 parent 546e2ae commit b12fb4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,7 @@ jobs:
4343
args: --release --out dist --find-interpreter
4444
sccache: 'true'
4545
manylinux: auto
46+
before-script-linux: |
47+
sudo apt-get update
48+
sudo apt-get install -y gnustep gnustep-devel gobjc
4649
container: ${{ matrix.platform.container }}

0 commit comments

Comments
 (0)