Skip to content

Commit

Permalink
Fix GNUStep linking when testing objc_retainAutoreleasedReturnValue
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Nov 23, 2021
1 parent cfcbbd5 commit 6f90766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gnustep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --package objc2-foundation --test objc_id_retain_autoreleased --release
args: --package objc2-foundation --features objc-sys/gnustep-1-9,block-sys/gnustep-1-9 --test objc_id_retain_autoreleased --release

0 comments on commit 6f90766

Please sign in to comment.