From f98b8257dcd7b13bce5164543366267d8606ce7e Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Tue, 4 Feb 2025 01:47:59 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Remove=20unused=20`DY?= =?UTF-8?q?LD=5FPRINT=5FLIBRARIES`=20environment=20variable=20from=20CI=20?= =?UTF-8?q?workflows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CI.yml | 2 -- .github/workflows/workflow.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index afef932b..4822691c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -315,8 +315,6 @@ jobs: - name: Test built module id: test uses: PSModule/Test-PSModule@v2 - env: - DYLD_PRINT_LIBRARIES: ${{ inputs.Debug }} continue-on-error: true with: Name: ${{ inputs.Name }} diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index a66b888c..9f2c7cba 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -322,8 +322,6 @@ jobs: - name: Test built module id: test uses: PSModule/Test-PSModule@v2 - env: - DYLD_PRINT_LIBRARIES: ${{ inputs.Debug }} continue-on-error: true with: Name: ${{ inputs.Name }}