We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfcbbd5 commit ae34940Copy full SHA for ae34940
.github/workflows/gnustep.yml
@@ -120,4 +120,4 @@ jobs:
120
uses: actions-rs/cargo@v1
121
with:
122
command: test
123
- args: --package objc2-foundation --test objc_id_retain_autoreleased --release
+ args: --package objc2-foundation --no-default-features --features objc-sys/gnustep-1-9 --test objc_id_retain_autoreleased --release
0 commit comments