Skip to content

Commit ae34940

Browse files
committed
Fix GNUStep linking when testing objc_retainAutoreleasedReturnValue
1 parent cfcbbd5 commit ae34940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gnustep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ jobs:
120120
uses: actions-rs/cargo@v1
121121
with:
122122
command: test
123-
args: --package objc2-foundation --test objc_id_retain_autoreleased --release
123+
args: --package objc2-foundation --no-default-features --features objc-sys/gnustep-1-9 --test objc_id_retain_autoreleased --release

0 commit comments

Comments
 (0)