diff --git a/.github/workflows/sdrangel.yml b/.github/workflows/sdrangel.yml index 656133f72..404d747e1 100644 --- a/.github/workflows/sdrangel.yml +++ b/.github/workflows/sdrangel.yml @@ -44,17 +44,16 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.12' + - name: Set PATH + shell: bash + run: | + echo "C:\Program Files (x86)\NSIS" >> "$GITHUB_PATH" - name: Install basic dependencies on Windows if: startsWith(matrix.config.os, 'windows') run: | choco install ninja cmake nsis.install ninja --version cmake --version - - name: Set PATH - shell: cmd - run: | - call refreshenv - echo ::set-env name=PATH::%PATH% makensis /VERSION - name: Install MSVC on Windows if: startsWith(matrix.config.os, 'windows') diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index cf61fb658..9ed125c2e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -40,17 +40,16 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.12' + - name: Set PATH + shell: bash + run: | + echo "C:\Program Files (x86)\NSIS" >> "$GITHUB_PATH" - name: Install basic dependencies on Windows if: startsWith(matrix.config.os, 'windows') run: | choco install ninja cmake nsis.install ninja --version cmake --version - - name: Set PATH - shell: cmd - run: | - call refreshenv - echo ::set-env name=PATH::%PATH% makensis /VERSION - name: Install MSVC on Windows if: startsWith(matrix.config.os, 'windows')