Commit ae2797d
authored
🩹 [Patch]: Remove unused
## Description
This pull request includes changes to two GitHub workflow files,
specifically removing an environment variable setup for testing modules.
The most important changes are:
GitHub workflow updates:
*
[`.github/workflows/CI.yml`](diffhunk://#diff-3ab46ee209a127470fce3c2cf106b1a1dbadbb929a4b5b13656a4bc4ce19c0b8L318-L319):
Removed the `env` section that set `DYLD_PRINT_LIBRARIES` to `${{
inputs.Debug }}` in the `Test built module` job.
*
[`.github/workflows/workflow.yml`](diffhunk://#diff-126bf89616b7daa3d14ebc882ad18666aaf1c3dae888c4ba306a66ec80758bc1L325-L326):
Removed the `env` section that set `DYLD_PRINT_LIBRARIES` to `${{
inputs.Debug }}` in the `Test built module` job.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] DYLD_PRINT_LIBRARIES environment variable (#80)1 parent 6cf0b55 commit ae2797d
2 files changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
319 | | - | |
320 | 318 | | |
321 | 319 | | |
322 | 320 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
326 | | - | |
327 | 325 | | |
328 | 326 | | |
329 | 327 | | |
| |||
0 commit comments